Html Css Color HEX #AF019D Dark Magenta

📋 copy color: '#AF019D'

red 175 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #AF019D

Tints of Dark Magenta #AF019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 52.55%
G = 0.3%
B = 47.15%

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

#AF019D (or 0xAF019D) is known color: Dark Magenta. HEX triplet: AF, 01 and 9D. RGB value is (175,1,157). Sum of RGB (Red+Green+Blue) = 175+1+157=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF019D is #50FE62. Grayscale: #464646. Windows color (decimal): -5308003 or 10289583. OLE color: 10289583.

HSL color Cylindrical-coordinate representation of color #AF019D: hue angle of 306.21º 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 #AF019D is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 157 -
CMYK 0 0.99 0.10 0.31
HSL 306.21º 0.99% 0.35% -
HSV(B) 306.21º 0.99% 0.69% -
XYZ 23.78 11.57 32.88 -
YUV 70.81 176.65 202.32 -
System Red Green Blue C M Y K H S L
Decimal 175 1 157 0 0.99 0.10 0.31 306.21 0.99 0.35
Hex AF 1 9D 0 63 A 1F 132 63 23
Octal 257 1 235 0 143 12 37 462 143 43
Binary 10101111 1 10011101 0 1100011 1010 11111 100110010 1100011 100011

Color Harmonies of #AF019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF019D

Black with #AF019D

Text Example


Text Example

White with #AF019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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