Html Css Color HEX #AF0ABF Deep Magenta

📋 copy color: '#AF0ABF'

red 175 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #AF0ABF

Tints of Deep Magenta #AF0ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.8%

R = 46.54%
G = 2.66%
B = 50.8%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF0ABF (or 0xAF0ABF) is known color: Deep Magenta. HEX triplet: AF, 0A and BF. RGB value is (175,10,191). Sum of RGB (Red+Green+Blue) = 175+10+191=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF0ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ABF is #50F540. Grayscale: #4F4F4F. Windows color (decimal): -5305665 or 12520111. OLE color: 12520111.

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

Color convert

RGB 175 10 191 -
CMYK 0.08 0.95 0 0.25
HSL 294.7º 0.9% 0.39% -
HSV(B) 294.7º 0.95% 0.75% -
XYZ 27.19 13.09 50.38 -
YUV 79.97 190.66 195.78 -
System Red Green Blue C M Y K H S L
Decimal 175 10 191 0.08 0.95 0 0.25 294.7 0.9 0.39
Hex AF A BF 8 5F 0 19 127 5A 27
Octal 257 12 277 10 137 0 31 447 132 47
Binary 10101111 1010 10111111 1000 1011111 0 11001 100100111 1011010 100111

Color Harmonies of #AF0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0ABF

Black with #AF0ABF

Text Example


Text Example

White with #AF0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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