Html Css Color HEX #AA0FD5 Dark Violet

📋 copy color: '#AA0FD5'

red 170 ◦ green 15 ◦ blue 213

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

Shades of Dark Violet #AA0FD5

Tints of Dark Violet #AA0FD5

RGB

 RED value IS 170 (66.8% from 255) = 42.71%

 GREEN value IS 15 (6.25% from 255) = 3.77%

 BLUE value IS 213 (83.59% from 255) = 53.52%

R = 42.71%
G = 3.77%
B = 53.52%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA0FD5 (or 0xAA0FD5) is known color: Dark Violet. HEX triplet: AA, 0F and D5. RGB value is (170,15,213). Sum of RGB (Red+Green+Blue) = 170+15+213=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA0FD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FD5 is #55F02A. Grayscale: #535353. Windows color (decimal): -5632043 or 13963178. OLE color: 13963178.

HSL color Cylindrical-coordinate representation of color #AA0FD5: hue angle of 286.97º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0FD5 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 15 213 -
CMYK 0.20 0.93 0 0.16
HSL 286.97º 0.87% 0.45% -
HSV(B) 286.97º 0.93% 0.84% -
XYZ 28.76 13.69 64.08 -
YUV 83.92 200.85 189.4 -
System Red Green Blue C M Y K H S L
Decimal 170 15 213 0.20 0.93 0 0.16 286.97 0.87 0.45
Hex AA F D5 14 5D 0 10 11F 57 2D
Octal 252 17 325 24 135 0 20 437 127 55
Binary 10101010 1111 11010101 10100 1011101 0 10000 100011111 1010111 101101

Color Harmonies of #AA0FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FD5

Black with #AA0FD5

Text Example


Text Example

White with #AA0FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FD5; }

 p { color: rgb(170,15,213); }

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

background-color css

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

 a { background-color: rgb(170,15,213); }

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

border-color css

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

 span { border-color: rgb(170,15,213); }

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