Html Css Color HEX #AF12A6 Dark Magenta

📋 copy color: '#AF12A6'

red 175 ◦ green 18 ◦ blue 166

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

Shades of Dark Magenta #AF12A6

Tints of Dark Magenta #AF12A6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.01%

 BLUE value IS 166 (65.23% from 255) = 46.24%

R = 48.75%
G = 5.01%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF12A6 (or 0xAF12A6) is known color: Dark Magenta. HEX triplet: AF, 12 and A6. RGB value is (175,18,166). Sum of RGB (Red+Green+Blue) = 175+18+166=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF12A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12A6 is #50ED59. Grayscale: #515151. Windows color (decimal): -5303642 or 10883759. OLE color: 10883759.

HSL color Cylindrical-coordinate representation of color #AF12A6: hue angle of 303.44º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF12A6 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 166 -
CMYK 0 0.90 0.05 0.31
HSL 303.44º 0.81% 0.38% -
HSV(B) 303.44º 0.9% 0.69% -
XYZ 24.78 12.3 37.14 -
YUV 81.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 175 18 166 0 0.90 0.05 0.31 303.44 0.81 0.38
Hex AF 12 A6 0 5A 5 1F 12F 51 26
Octal 257 22 246 0 132 5 37 457 121 46
Binary 10101111 10010 10100110 0 1011010 101 11111 100101111 1010001 100110

Color Harmonies of #AF12A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12A6

Black with #AF12A6

Text Example


Text Example

White with #AF12A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12A6; }

 p { color: rgb(175,18,166); }

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

background-color css

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

 a { background-color: rgb(175,18,166); }

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

border-color css

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

 span { border-color: rgb(175,18,166); }

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