Html Css Color HEX #AF0BB8 Deep Magenta

📋 copy color: '#AF0BB8'

red 175 ◦ green 11 ◦ blue 184

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

Shades of Deep Magenta #AF0BB8

Tints of Deep Magenta #AF0BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.73%

R = 47.3%
G = 2.97%
B = 49.73%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF0BB8 (or 0xAF0BB8) is known color: Deep Magenta. HEX triplet: AF, 0B and B8. RGB value is (175,11,184). Sum of RGB (Red+Green+Blue) = 175+11+184=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF0BB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BB8 is #50F447. Grayscale: #4F4F4F. Windows color (decimal): -5305416 or 12061615. OLE color: 12061615.

HSL color Cylindrical-coordinate representation of color #AF0BB8: hue angle of 296.88º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0BB8 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 11 184 -
CMYK 0.05 0.94 0 0.28
HSL 296.88º 0.89% 0.38% -
HSV(B) 296.88º 0.94% 0.72% -
XYZ 26.45 12.81 46.43 -
YUV 79.76 186.83 195.93 -
System Red Green Blue C M Y K H S L
Decimal 175 11 184 0.05 0.94 0 0.28 296.88 0.89 0.38
Hex AF B B8 5 5E 0 1C 129 59 26
Octal 257 13 270 5 136 0 34 451 131 46
Binary 10101111 1011 10111000 101 1011110 0 11100 100101001 1011001 100110

Color Harmonies of #AF0BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BB8

Black with #AF0BB8

Text Example


Text Example

White with #AF0BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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