Html Css Color HEX #AF0BAB Deep Magenta

📋 copy color: '#AF0BAB'

red 175 ◦ green 11 ◦ blue 171

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

Shades of Deep Magenta #AF0BAB

Tints of Deep Magenta #AF0BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.08%

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 49.02%
G = 3.08%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF0BAB (or 0xAF0BAB) is known color: Deep Magenta. HEX triplet: AF, 0B and AB. RGB value is (175,11,171). Sum of RGB (Red+Green+Blue) = 175+11+171=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0BAB is #50F454. Grayscale: #4D4D4D. Windows color (decimal): -5305429 or 11209647. OLE color: 11209647.

HSL color Cylindrical-coordinate representation of color #AF0BAB: hue angle of 301.46º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0BAB is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 11 171 -
CMYK 0 0.94 0.02 0.31
HSL 301.46º 0.88% 0.36% -
HSV(B) 301.46º 0.94% 0.69% -
XYZ 25.15 12.29 39.58 -
YUV 78.28 180.33 196.99 -
System Red Green Blue C M Y K H S L
Decimal 175 11 171 0 0.94 0.02 0.31 301.46 0.88 0.36
Hex AF B AB 0 5E 2 1F 12D 58 24
Octal 257 13 253 0 136 2 37 455 130 44
Binary 10101111 1011 10101011 0 1011110 10 11111 100101101 1011000 100100

Color Harmonies of #AF0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BAB

Black with #AF0BAB

Text Example


Text Example

White with #AF0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BAB; }

 p { color: rgb(175,11,171); }

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

background-color css

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

 a { background-color: rgb(175,11,171); }

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

border-color css

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

 span { border-color: rgb(175,11,171); }

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