Html Css Color HEX #AF089F Dark Magenta

📋 copy color: '#AF089F'

red 175 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #AF089F

Tints of Dark Magenta #AF089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.34%

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

R = 51.17%
G = 2.34%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF089F (or 0xAF089F) is known color: Dark Magenta. HEX triplet: AF, 08 and 9F. RGB value is (175,8,159). Sum of RGB (Red+Green+Blue) = 175+8+159=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF089F is #50F760. Grayscale: #4A4A4A. Windows color (decimal): -5306209 or 10422447. OLE color: 10422447.

HSL color Cylindrical-coordinate representation of color #AF089F: hue angle of 305.75º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF089F is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 8 159 -
CMYK 0 0.95 0.09 0.31
HSL 305.75º 0.91% 0.36% -
HSV(B) 305.75º 0.95% 0.69% -
XYZ 24.02 11.79 33.81 -
YUV 75.15 175.33 199.22 -
System Red Green Blue C M Y K H S L
Decimal 175 8 159 0 0.95 0.09 0.31 305.75 0.91 0.36
Hex AF 8 9F 0 5F 9 1F 132 5B 24
Octal 257 10 237 0 137 11 37 462 133 44
Binary 10101111 1000 10011111 0 1011111 1001 11111 100110010 1011011 100100

Color Harmonies of #AF089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF089F

Black with #AF089F

Text Example


Text Example

White with #AF089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF089F; }

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

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

background-color css

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

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

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

border-color css

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

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

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