Html Css Color HEX #AF049E Dark Magenta

📋 copy color: '#AF049E'

red 175 ◦ green 4 ◦ blue 158

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

Shades of Dark Magenta #AF049E

Tints of Dark Magenta #AF049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 51.93%
G = 1.19%
B = 46.88%

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

#AF049E (or 0xAF049E) is known color: Dark Magenta. HEX triplet: AF, 04 and 9E. RGB value is (175,4,158). Sum of RGB (Red+Green+Blue) = 175+4+158=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF049E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF049E is #50FB61. Grayscale: #484848. Windows color (decimal): -5307234 or 10355887. OLE color: 10355887.

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

Color convert

RGB 175 4 158 -
CMYK 0 0.98 0.10 0.31
HSL 305.96º 0.96% 0.35% -
HSV(B) 305.96º 0.98% 0.69% -
XYZ 23.89 11.67 33.34 -
YUV 72.69 176.15 200.98 -
System Red Green Blue C M Y K H S L
Decimal 175 4 158 0 0.98 0.10 0.31 305.96 0.96 0.35
Hex AF 4 9E 0 62 A 1F 132 60 23
Octal 257 4 236 0 142 12 37 462 140 43
Binary 10101111 100 10011110 0 1100010 1010 11111 100110010 1100000 100011

Color Harmonies of #AF049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF049E

Black with #AF049E

Text Example


Text Example

White with #AF049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF049E; }

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

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

background-color css

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

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

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

border-color css

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

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

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