Html Css Color HEX #AF059A Dark Magenta

📋 copy color: '#AF059A'

red 175 ◦ green 5 ◦ blue 154

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

Shades of Dark Magenta #AF059A

Tints of Dark Magenta #AF059A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.11%

R = 52.4%
G = 1.5%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF059A (or 0xAF059A) is known color: Dark Magenta. HEX triplet: AF, 05 and 9A. RGB value is (175,5,154). Sum of RGB (Red+Green+Blue) = 175+5+154=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF059A is #50FA65. Grayscale: #484848. Windows color (decimal): -5306982 or 10093999. OLE color: 10093999.

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

Color convert

RGB 175 5 154 -
CMYK 0 0.97 0.12 0.31
HSL 307.41º 0.94% 0.35% -
HSV(B) 307.41º 0.97% 0.69% -
XYZ 23.57 11.56 31.56 -
YUV 72.82 173.82 200.88 -
System Red Green Blue C M Y K H S L
Decimal 175 5 154 0 0.97 0.12 0.31 307.41 0.94 0.35
Hex AF 5 9A 0 61 C 1F 133 5E 23
Octal 257 5 232 0 141 14 37 463 136 43
Binary 10101111 101 10011010 0 1100001 1100 11111 100110011 1011110 100011

Color Harmonies of #AF059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF059A

Black with #AF059A

Text Example


Text Example

White with #AF059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF059A; }

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

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

background-color css

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

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

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

border-color css

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

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

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