Html Css Color HEX #AF019E Dark Magenta

📋 copy color: '#AF019E'

red 175 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #AF019E

Tints of Dark Magenta #AF019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 158 (62.11% from 255) = 47.31%

R = 52.4%
G = 0.3%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF019E (or 0xAF019E) is known color: Dark Magenta. HEX triplet: AF, 01 and 9E. RGB value is (175,1,158). Sum of RGB (Red+Green+Blue) = 175+1+158=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF019E is #50FE61. Grayscale: #464646. Windows color (decimal): -5308002 or 10355119. OLE color: 10355119.

HSL color Cylindrical-coordinate representation of color #AF019E: hue angle of 305.86º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF019E is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 158 -
CMYK 0 0.99 0.10 0.31
HSL 305.86º 0.99% 0.35% -
HSV(B) 305.86º 0.99% 0.69% -
XYZ 23.86 11.6 33.33 -
YUV 70.92 177.15 202.23 -
System Red Green Blue C M Y K H S L
Decimal 175 1 158 0 0.99 0.10 0.31 305.86 0.99 0.35
Hex AF 1 9E 0 63 A 1F 132 63 23
Octal 257 1 236 0 143 12 37 462 143 43
Binary 10101111 1 10011110 0 1100011 1010 11111 100110010 1100011 100011

Color Harmonies of #AF019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF019E

Black with #AF019E

Text Example


Text Example

White with #AF019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF019E; }

 p { color: rgb(175,1,158); }

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

background-color css

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

 a { background-color: rgb(175,1,158); }

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

border-color css

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

 span { border-color: rgb(175,1,158); }

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