Html Css Color HEX #AF059C Dark Magenta

📋 copy color: '#AF059C'

red 175 ◦ green 5 ◦ blue 156

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

Shades of Dark Magenta #AF059C

Tints of Dark Magenta #AF059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 52.08%
G = 1.49%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF059C (or 0xAF059C) is known color: Dark Magenta. HEX triplet: AF, 05 and 9C. RGB value is (175,5,156). Sum of RGB (Red+Green+Blue) = 175+5+156=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF059C is #50FA63. Grayscale: #484848. Windows color (decimal): -5306980 or 10225071. OLE color: 10225071.

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

Color convert

RGB 175 5 156 -
CMYK 0 0.97 0.11 0.31
HSL 306.71º 0.94% 0.35% -
HSV(B) 306.71º 0.97% 0.69% -
XYZ 23.73 11.62 32.44 -
YUV 73.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 175 5 156 0 0.97 0.11 0.31 306.71 0.94 0.35
Hex AF 5 9C 0 61 B 1F 133 5E 23
Octal 257 5 234 0 141 13 37 463 136 43
Binary 10101111 101 10011100 0 1100001 1011 11111 100110011 1011110 100011

Color Harmonies of #AF059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF059C

Black with #AF059C

Text Example


Text Example

White with #AF059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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