Html Css Color HEX #AF099D Dark Magenta

📋 copy color: '#AF099D'

red 175 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #AF099D

Tints of Dark Magenta #AF099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.64%

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

R = 51.32%
G = 2.64%
B = 46.04%

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

#AF099D (or 0xAF099D) is known color: Dark Magenta. HEX triplet: AF, 09 and 9D. RGB value is (175,9,157). Sum of RGB (Red+Green+Blue) = 175+9+157=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF099D is #50F662. Grayscale: #4B4B4B. Windows color (decimal): -5305955 or 10291631. OLE color: 10291631.

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

Color convert

RGB 175 9 157 -
CMYK 0 0.95 0.10 0.31
HSL 306.51º 0.9% 0.36% -
HSV(B) 306.51º 0.95% 0.69% -
XYZ 23.86 11.74 32.91 -
YUV 75.51 174 198.97 -
System Red Green Blue C M Y K H S L
Decimal 175 9 157 0 0.95 0.10 0.31 306.51 0.9 0.36
Hex AF 9 9D 0 5F A 1F 133 5A 24
Octal 257 11 235 0 137 12 37 463 132 44
Binary 10101111 1001 10011101 0 1011111 1010 11111 100110011 1011010 100100

Color Harmonies of #AF099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF099D

Black with #AF099D

Text Example


Text Example

White with #AF099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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