Html Css Color HEX #AF0ABB Deep Magenta

📋 copy color: '#AF0ABB'

red 175 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #AF0ABB

Tints of Deep Magenta #AF0ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.69%

 BLUE value IS 187 (73.44% from 255) = 50.27%

R = 47.04%
G = 2.69%
B = 50.27%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF0ABB (or 0xAF0ABB) is known color: Deep Magenta. HEX triplet: AF, 0A and BB. RGB value is (175,10,187). Sum of RGB (Red+Green+Blue) = 175+10+187=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF0ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ABB is #50F544. Grayscale: #4E4E4E. Windows color (decimal): -5305669 or 12257967. OLE color: 12257967.

HSL color Cylindrical-coordinate representation of color #AF0ABB: hue angle of 295.93º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0ABB is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 10 187 -
CMYK 0.06 0.95 0 0.27
HSL 295.93º 0.9% 0.39% -
HSV(B) 295.93º 0.95% 0.73% -
XYZ 26.76 12.92 48.1 -
YUV 79.51 188.66 196.11 -
System Red Green Blue C M Y K H S L
Decimal 175 10 187 0.06 0.95 0 0.27 295.93 0.9 0.39
Hex AF A BB 6 5F 0 1B 128 5A 27
Octal 257 12 273 6 137 0 33 450 132 47
Binary 10101111 1010 10111011 110 1011111 0 11011 100101000 1011010 100111

Color Harmonies of #AF0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0ABB

Black with #AF0ABB

Text Example


Text Example

White with #AF0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0ABB; }

 p { color: rgb(175,10,187); }

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

background-color css

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

 a { background-color: rgb(175,10,187); }

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

border-color css

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

 span { border-color: rgb(175,10,187); }

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