Html Css Color HEX #AF099E Dark Magenta

📋 copy color: '#AF099E'

red 175 ◦ green 9 ◦ blue 158

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

Shades of Dark Magenta #AF099E

Tints of Dark Magenta #AF099E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.2%

R = 51.17%
G = 2.63%
B = 46.2%

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

#AF099E (or 0xAF099E) is known color: Dark Magenta. HEX triplet: AF, 09 and 9E. RGB value is (175,9,158). Sum of RGB (Red+Green+Blue) = 175+9+158=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF099E is #50F661. Grayscale: #4B4B4B. Windows color (decimal): -5305954 or 10357167. OLE color: 10357167.

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

Color convert

RGB 175 9 158 -
CMYK 0 0.95 0.10 0.31
HSL 306.14º 0.9% 0.36% -
HSV(B) 306.14º 0.95% 0.69% -
XYZ 23.95 11.78 33.36 -
YUV 75.62 174.5 198.88 -
System Red Green Blue C M Y K H S L
Decimal 175 9 158 0 0.95 0.10 0.31 306.14 0.9 0.36
Hex AF 9 9E 0 5F A 1F 132 5A 24
Octal 257 11 236 0 137 12 37 462 132 44
Binary 10101111 1001 10011110 0 1011111 1010 11111 100110010 1011010 100100

Color Harmonies of #AF099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF099E

Black with #AF099E

Text Example


Text Example

White with #AF099E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF099E; }

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

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

background-color css

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

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

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

border-color css

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

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

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