Html Css Color HEX #AA07DA Dark Violet

📋 copy color: '#AA07DA'

red 170 ◦ green 7 ◦ blue 218

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

Shades of Dark Violet #AA07DA

Tints of Dark Violet #AA07DA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.77%

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 43.04%
G = 1.77%
B = 55.19%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA07DA (or 0xAA07DA) is known color: Dark Violet. HEX triplet: AA, 07 and DA. RGB value is (170,7,218). Sum of RGB (Red+Green+Blue) = 170+7+218=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA07DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07DA is #55F825. Grayscale: #4F4F4F. Windows color (decimal): -5634086 or 14288810. OLE color: 14288810.

HSL color Cylindrical-coordinate representation of color #AA07DA: hue angle of 286.35º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA07DA is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 7 218 -
CMYK 0.22 0.97 0 0.15
HSL 286.35º 0.94% 0.44% -
HSV(B) 286.35º 0.97% 0.85% -
XYZ 29.31 13.76 67.44 -
YUV 79.79 206 192.34 -
System Red Green Blue C M Y K H S L
Decimal 170 7 218 0.22 0.97 0 0.15 286.35 0.94 0.44
Hex AA 7 DA 16 61 0 F 11E 5E 2C
Octal 252 7 332 26 141 0 17 436 136 54
Binary 10101010 111 11011010 10110 1100001 0 1111 100011110 1011110 101100

Color Harmonies of #AA07DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07DA

Black with #AA07DA

Text Example


Text Example

White with #AA07DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07DA; }

 p { color: rgb(170,7,218); }

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

background-color css

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

 a { background-color: rgb(170,7,218); }

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

border-color css

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

 span { border-color: rgb(170,7,218); }

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