Html Css Color HEX #AF049C Dark Magenta

📋 copy color: '#AF049C'

red 175 ◦ green 4 ◦ blue 156

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

Shades of Dark Magenta #AF049C

Tints of Dark Magenta #AF049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.57%

R = 52.24%
G = 1.19%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF049C (or 0xAF049C) is known color: Dark Magenta. HEX triplet: AF, 04 and 9C. RGB value is (175,4,156). Sum of RGB (Red+Green+Blue) = 175+4+156=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF049C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF049C is #50FB63. Grayscale: #484848. Windows color (decimal): -5307236 or 10224815. OLE color: 10224815.

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

Color convert

RGB 175 4 156 -
CMYK 0 0.98 0.11 0.31
HSL 306.67º 0.96% 0.35% -
HSV(B) 306.67º 0.98% 0.69% -
XYZ 23.72 11.6 32.44 -
YUV 72.46 175.15 201.14 -
System Red Green Blue C M Y K H S L
Decimal 175 4 156 0 0.98 0.11 0.31 306.67 0.96 0.35
Hex AF 4 9C 0 62 B 1F 133 60 23
Octal 257 4 234 0 142 13 37 463 140 43
Binary 10101111 100 10011100 0 1100010 1011 11111 100110011 1100000 100011

Color Harmonies of #AF049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF049C

Black with #AF049C

Text Example


Text Example

White with #AF049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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