Html Css Color HEX #AF059B Dark Magenta

📋 copy color: '#AF059B'

red 175 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #AF059B

Tints of Dark Magenta #AF059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.27%

R = 52.24%
G = 1.49%
B = 46.27%

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

#AF059B (or 0xAF059B) is known color: Dark Magenta. HEX triplet: AF, 05 and 9B. RGB value is (175,5,155). Sum of RGB (Red+Green+Blue) = 175+5+155=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF059B is #50FA64. Grayscale: #484848. Windows color (decimal): -5306981 or 10159535. OLE color: 10159535.

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

Color convert

RGB 175 5 155 -
CMYK 0 0.97 0.11 0.31
HSL 307.06º 0.94% 0.35% -
HSV(B) 307.06º 0.97% 0.69% -
XYZ 23.65 11.59 32 -
YUV 72.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 175 5 155 0 0.97 0.11 0.31 307.06 0.94 0.35
Hex AF 5 9B 0 61 B 1F 133 5E 23
Octal 257 5 233 0 141 13 37 463 136 43
Binary 10101111 101 10011011 0 1100001 1011 11111 100110011 1011110 100011

Color Harmonies of #AF059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF059B

Black with #AF059B

Text Example


Text Example

White with #AF059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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