Html Css Color HEX #AF248B Medium Red Violet

📋 copy color: '#AF248B'

red 175 ◦ green 36 ◦ blue 139

#AF248B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #AF248B

Tints of Medium Red Violet #AF248B

RGB

 RED value IS 175 (68.75% from 255) = 50%

 GREEN value IS 36 (14.45% from 255) = 10.29%

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 50%
G = 10.29%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF248B (or 0xAF248B) is known color: Medium Red Violet. HEX triplet: AF, 24 and 8B. RGB value is (175,36,139). Sum of RGB (Red+Green+Blue) = 175+36+139=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF248B is #50DB74. Grayscale: #595959. Windows color (decimal): -5299061 or 9118895. OLE color: 9118895.

HSL color Cylindrical-coordinate representation of color #AF248B: hue angle of 315.54º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF248B is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 139 -
CMYK 0 0.79 0.21 0.31
HSL 315.54º 0.66% 0.41% -
HSV(B) 315.54º 0.79% 0.69% -
XYZ 22.97 12.24 25.58 -
YUV 89.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 175 36 139 0 0.79 0.21 0.31 315.54 0.66 0.41
Hex AF 24 8B 0 4F 15 1F 13C 42 29
Octal 257 44 213 0 117 25 37 474 102 51
Binary 10101111 100100 10001011 0 1001111 10101 11111 100111100 1000010 101001

Color Harmonies of #AF248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF248B

Black with #AF248B

Text Example


Text Example

White with #AF248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF248B; }

 p { color: rgb(175,36,139); }

 H1.HeaderClassName
 {
   color: #AF248B;
 }
 .AnyTagClassName
 {
   color: #AF248B;
 }
</style>

background-color css

<style>
 a { background-color: #AF248B; }

 a { background-color: rgb(175,36,139); }

 div.DivClassName
 {
   background-color: #AF248B;
 }
 .BgClassName
 {
   background-color: #AF248B;
 }
</style>

border-color css

<style>
 span { border-color: #AF248B; }

 span { border-color: rgb(175,36,139); }

 td.TdClassName
 {
   border-color: #AF248B;
 }
 .TagClassName
 {
   border-color: #AF248B;
 }
</style>