Html Css Color HEX #AA0AD7 Dark Violet

📋 copy color: '#AA0AD7'

red 170 ◦ green 10 ◦ blue 215

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

Shades of Dark Violet #AA0AD7

Tints of Dark Violet #AA0AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.43%

R = 43.04%
G = 2.53%
B = 54.43%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA0AD7 (or 0xAA0AD7) is known color: Dark Violet. HEX triplet: AA, 0A and D7. RGB value is (170,10,215). Sum of RGB (Red+Green+Blue) = 170+10+215=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA0AD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0AD7 is #55F528. Grayscale: #505050. Windows color (decimal): -5633321 or 14092970. OLE color: 14092970.

HSL color Cylindrical-coordinate representation of color #AA0AD7: hue angle of 286.83º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0AD7 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 10 215 -
CMYK 0.21 0.95 0 0.16
HSL 286.83º 0.91% 0.44% -
HSV(B) 286.83º 0.95% 0.84% -
XYZ 28.95 13.67 65.4 -
YUV 81.21 203.51 191.33 -
System Red Green Blue C M Y K H S L
Decimal 170 10 215 0.21 0.95 0 0.16 286.83 0.91 0.44
Hex AA A D7 15 5F 0 10 11F 5B 2C
Octal 252 12 327 25 137 0 20 437 133 54
Binary 10101010 1010 11010111 10101 1011111 0 10000 100011111 1011011 101100

Color Harmonies of #AA0AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0AD7

Black with #AA0AD7

Text Example


Text Example

White with #AA0AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0AD7; }

 p { color: rgb(170,10,215); }

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

background-color css

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

 a { background-color: rgb(170,10,215); }

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

border-color css

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

 span { border-color: rgb(170,10,215); }

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