Html Css Color HEX #AF0CA0 Dark Magenta

📋 copy color: '#AF0CA0'

red 175 ◦ green 12 ◦ blue 160

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

Shades of Dark Magenta #AF0CA0

Tints of Dark Magenta #AF0CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.11%

R = 50.43%
G = 3.46%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF0CA0 (or 0xAF0CA0) is known color: Dark Magenta. HEX triplet: AF, 0C and A0. RGB value is (175,12,160). Sum of RGB (Red+Green+Blue) = 175+12+160=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0CA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0CA0 is #50F35F. Grayscale: #4D4D4D. Windows color (decimal): -5305184 or 10489007. OLE color: 10489007.

HSL color Cylindrical-coordinate representation of color #AF0CA0: hue angle of 305.52º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0CA0 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 12 160 -
CMYK 0 0.93 0.09 0.31
HSL 305.52º 0.87% 0.37% -
HSV(B) 305.52º 0.93% 0.69% -
XYZ 24.16 11.91 34.28 -
YUV 77.61 174.5 197.47 -
System Red Green Blue C M Y K H S L
Decimal 175 12 160 0 0.93 0.09 0.31 305.52 0.87 0.37
Hex AF C A0 0 5D 9 1F 132 57 25
Octal 257 14 240 0 135 11 37 462 127 45
Binary 10101111 1100 10100000 0 1011101 1001 11111 100110010 1010111 100101

Color Harmonies of #AF0CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CA0

Black with #AF0CA0

Text Example


Text Example

White with #AF0CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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