Html Css Color HEX #AF0AA5 Dark Magenta

📋 copy color: '#AF0AA5'

red 175 ◦ green 10 ◦ blue 165

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

Shades of Dark Magenta #AF0AA5

Tints of Dark Magenta #AF0AA5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.86%

 BLUE value IS 165 (64.84% from 255) = 47.14%

R = 50%
G = 2.86%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF0AA5 (or 0xAF0AA5) is known color: Dark Magenta. HEX triplet: AF, 0A and A5. RGB value is (175,10,165). Sum of RGB (Red+Green+Blue) = 175+10+165=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0AA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0AA5 is #50F55A. Grayscale: #4C4C4C. Windows color (decimal): -5305691 or 10816175. OLE color: 10816175.

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

Color convert

RGB 175 10 165 -
CMYK 0 0.94 0.06 0.31
HSL 303.64º 0.89% 0.36% -
HSV(B) 303.64º 0.94% 0.69% -
XYZ 24.58 12.05 36.63 -
YUV 77.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 175 10 165 0 0.94 0.06 0.31 303.64 0.89 0.36
Hex AF A A5 0 5E 6 1F 130 59 24
Octal 257 12 245 0 136 6 37 460 131 44
Binary 10101111 1010 10100101 0 1011110 110 11111 100110000 1011001 100100

Color Harmonies of #AF0AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AA5

Black with #AF0AA5

Text Example


Text Example

White with #AF0AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AA5; }

 p { color: rgb(175,10,165); }

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

background-color css

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

 a { background-color: rgb(175,10,165); }

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

border-color css

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

 span { border-color: rgb(175,10,165); }

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