Html Css Color HEX #AF0EA7 Dark Magenta

📋 copy color: '#AF0EA7'

red 175 ◦ green 14 ◦ blue 167

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

Shades of Dark Magenta #AF0EA7

Tints of Dark Magenta #AF0EA7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.93%

 BLUE value IS 167 (65.63% from 255) = 46.91%

R = 49.16%
G = 3.93%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF0EA7 (or 0xAF0EA7) is known color: Dark Magenta. HEX triplet: AF, 0E and A7. RGB value is (175,14,167). Sum of RGB (Red+Green+Blue) = 175+14+167=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0EA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0EA7 is #50F158. Grayscale: #4F4F4F. Windows color (decimal): -5304665 or 10948271. OLE color: 10948271.

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

Color convert

RGB 175 14 167 -
CMYK 0 0.92 0.05 0.31
HSL 302.98º 0.85% 0.37% -
HSV(B) 302.98º 0.92% 0.69% -
XYZ 24.81 12.22 37.61 -
YUV 79.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 175 14 167 0 0.92 0.05 0.31 302.98 0.85 0.37
Hex AF E A7 0 5C 5 1F 12F 55 25
Octal 257 16 247 0 134 5 37 457 125 45
Binary 10101111 1110 10100111 0 1011100 101 11111 100101111 1010101 100101

Color Harmonies of #AF0EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EA7

Black with #AF0EA7

Text Example


Text Example

White with #AF0EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EA7; }

 p { color: rgb(175,14,167); }

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

background-color css

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

 a { background-color: rgb(175,14,167); }

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

border-color css

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

 span { border-color: rgb(175,14,167); }

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