Html Css Color HEX #AF10A6 Dark Magenta

📋 copy color: '#AF10A6'

red 175 ◦ green 16 ◦ blue 166

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

Shades of Dark Magenta #AF10A6

Tints of Dark Magenta #AF10A6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.48%

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

R = 49.02%
G = 4.48%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF10A6 (or 0xAF10A6) is known color: Dark Magenta. HEX triplet: AF, 10 and A6. RGB value is (175,16,166). Sum of RGB (Red+Green+Blue) = 175+16+166=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF10A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF10A6 is #50EF59. Grayscale: #505050. Windows color (decimal): -5304154 or 10883247. OLE color: 10883247.

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

Color convert

RGB 175 16 166 -
CMYK 0 0.91 0.05 0.31
HSL 303.4º 0.83% 0.37% -
HSV(B) 303.4º 0.91% 0.69% -
XYZ 24.75 12.24 37.13 -
YUV 80.64 176.18 195.3 -
System Red Green Blue C M Y K H S L
Decimal 175 16 166 0 0.91 0.05 0.31 303.4 0.83 0.37
Hex AF 10 A6 0 5B 5 1F 12F 53 25
Octal 257 20 246 0 133 5 37 457 123 45
Binary 10101111 10000 10100110 0 1011011 101 11111 100101111 1010011 100101

Color Harmonies of #AF10A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10A6

Black with #AF10A6

Text Example


Text Example

White with #AF10A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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