Html Css Color HEX #AF089D Dark Magenta

📋 copy color: '#AF089D'

red 175 ◦ green 8 ◦ blue 157

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

Shades of Dark Magenta #AF089D

Tints of Dark Magenta #AF089D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.18%

R = 51.47%
G = 2.35%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF089D (or 0xAF089D) is known color: Dark Magenta. HEX triplet: AF, 08 and 9D. RGB value is (175,8,157). Sum of RGB (Red+Green+Blue) = 175+8+157=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF089D is #50F762. Grayscale: #4A4A4A. Windows color (decimal): -5306211 or 10291375. OLE color: 10291375.

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

Color convert

RGB 175 8 157 -
CMYK 0 0.95 0.10 0.31
HSL 306.47º 0.91% 0.36% -
HSV(B) 306.47º 0.95% 0.69% -
XYZ 23.85 11.72 32.9 -
YUV 74.92 174.33 199.38 -
System Red Green Blue C M Y K H S L
Decimal 175 8 157 0 0.95 0.10 0.31 306.47 0.91 0.36
Hex AF 8 9D 0 5F A 1F 132 5B 24
Octal 257 10 235 0 137 12 37 462 133 44
Binary 10101111 1000 10011101 0 1011111 1010 11111 100110010 1011011 100100

Color Harmonies of #AF089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF089D

Black with #AF089D

Text Example


Text Example

White with #AF089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF089D; }

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

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

background-color css

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

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

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

border-color css

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

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

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