Html Css Color HEX #AF0CC6 Deep Magenta

📋 copy color: '#AF0CC6'

red 175 ◦ green 12 ◦ blue 198

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

Shades of Deep Magenta #AF0CC6

Tints of Deep Magenta #AF0CC6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.12%

 BLUE value IS 198 (77.73% from 255) = 51.43%

R = 45.45%
G = 3.12%
B = 51.43%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF0CC6 (or 0xAF0CC6) is known color: Deep Magenta. HEX triplet: AF, 0C and C6. RGB value is (175,12,198). Sum of RGB (Red+Green+Blue) = 175+12+198=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF0CC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CC6 is #50F339. Grayscale: #515151. Windows color (decimal): -5305146 or 12979375. OLE color: 12979375.

HSL color Cylindrical-coordinate representation of color #AF0CC6: hue angle of 292.58º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CC6 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 12 198 -
CMYK 0.12 0.94 0 0.22
HSL 292.58º 0.89% 0.41% -
HSV(B) 292.58º 0.94% 0.78% -
XYZ 28 13.45 54.55 -
YUV 81.94 193.5 194.38 -
System Red Green Blue C M Y K H S L
Decimal 175 12 198 0.12 0.94 0 0.22 292.58 0.89 0.41
Hex AF C C6 C 5E 0 16 125 59 29
Octal 257 14 306 14 136 0 26 445 131 51
Binary 10101111 1100 11000110 1100 1011110 0 10110 100100101 1011001 101001

Color Harmonies of #AF0CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CC6

Black with #AF0CC6

Text Example


Text Example

White with #AF0CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CC6; }

 p { color: rgb(175,12,198); }

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

background-color css

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

 a { background-color: rgb(175,12,198); }

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

border-color css

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

 span { border-color: rgb(175,12,198); }

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