Html Css Color HEX #AF039D Dark Magenta

📋 copy color: '#AF039D'

red 175 ◦ green 3 ◦ blue 157

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

Shades of Dark Magenta #AF039D

Tints of Dark Magenta #AF039D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 52.24%
G = 0.9%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF039D (or 0xAF039D) is known color: Dark Magenta. HEX triplet: AF, 03 and 9D. RGB value is (175,3,157). Sum of RGB (Red+Green+Blue) = 175+3+157=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF039D is #50FC62. Grayscale: #474747. Windows color (decimal): -5307491 or 10290095. OLE color: 10290095.

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

Color convert

RGB 175 3 157 -
CMYK 0 0.98 0.10 0.31
HSL 306.28º 0.97% 0.35% -
HSV(B) 306.28º 0.98% 0.69% -
XYZ 23.8 11.61 32.89 -
YUV 71.98 175.98 201.48 -
System Red Green Blue C M Y K H S L
Decimal 175 3 157 0 0.98 0.10 0.31 306.28 0.97 0.35
Hex AF 3 9D 0 62 A 1F 132 61 23
Octal 257 3 235 0 142 12 37 462 141 43
Binary 10101111 11 10011101 0 1100010 1010 11111 100110010 1100001 100011

Color Harmonies of #AF039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF039D

Black with #AF039D

Text Example


Text Example

White with #AF039D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF039D; }

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

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

background-color css

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

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

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

border-color css

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

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

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