Html Css Color HEX #AF059F Dark Magenta

📋 copy color: '#AF059F'

red 175 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #AF059F

Tints of Dark Magenta #AF059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 51.62%
G = 1.47%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF059F (or 0xAF059F) is known color: Dark Magenta. HEX triplet: AF, 05 and 9F. RGB value is (175,5,159). Sum of RGB (Red+Green+Blue) = 175+5+159=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF059F is #50FA60. Grayscale: #484848. Windows color (decimal): -5306977 or 10421679. OLE color: 10421679.

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

Color convert

RGB 175 5 159 -
CMYK 0 0.97 0.09 0.31
HSL 305.65º 0.94% 0.35% -
HSV(B) 305.65º 0.97% 0.69% -
XYZ 23.99 11.73 33.8 -
YUV 73.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 175 5 159 0 0.97 0.09 0.31 305.65 0.94 0.35
Hex AF 5 9F 0 61 9 1F 132 5E 23
Octal 257 5 237 0 141 11 37 462 136 43
Binary 10101111 101 10011111 0 1100001 1001 11111 100110010 1011110 100011

Color Harmonies of #AF059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF059F

Black with #AF059F

Text Example


Text Example

White with #AF059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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