Html Css Color HEX #AF11A6 Dark Magenta

📋 copy color: '#AF11A6'

red 175 ◦ green 17 ◦ blue 166

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

Shades of Dark Magenta #AF11A6

Tints of Dark Magenta #AF11A6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.75%

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

R = 48.88%
G = 4.75%
B = 46.37%

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

#AF11A6 (or 0xAF11A6) is known color: Dark Magenta. HEX triplet: AF, 11 and A6. RGB value is (175,17,166). Sum of RGB (Red+Green+Blue) = 175+17+166=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF11A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF11A6 is #50EE59. Grayscale: #505050. Windows color (decimal): -5303898 or 10883503. OLE color: 10883503.

HSL color Cylindrical-coordinate representation of color #AF11A6: hue angle of 303.42º degrees, saturation: 0.82, 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 #AF11A6 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 166 -
CMYK 0 0.90 0.05 0.31
HSL 303.42º 0.82% 0.38% -
HSV(B) 303.42º 0.9% 0.69% -
XYZ 24.76 12.27 37.14 -
YUV 81.23 175.85 194.88 -
System Red Green Blue C M Y K H S L
Decimal 175 17 166 0 0.90 0.05 0.31 303.42 0.82 0.38
Hex AF 11 A6 0 5A 5 1F 12F 52 26
Octal 257 21 246 0 132 5 37 457 122 46
Binary 10101111 10001 10100110 0 1011010 101 11111 100101111 1010010 100110

Color Harmonies of #AF11A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11A6

Black with #AF11A6

Text Example


Text Example

White with #AF11A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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