Html Css Color HEX #AA07CE Dark Violet

📋 copy color: '#AA07CE'

red 170 ◦ green 7 ◦ blue 206

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

Shades of Dark Violet #AA07CE

Tints of Dark Violet #AA07CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 44.39%
G = 1.83%
B = 53.79%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA07CE (or 0xAA07CE) is known color: Dark Violet. HEX triplet: AA, 07 and CE. RGB value is (170,7,206). Sum of RGB (Red+Green+Blue) = 170+7+206=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA07CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07CE is #55F831. Grayscale: #4D4D4D. Windows color (decimal): -5634098 or 13502378. OLE color: 13502378.

HSL color Cylindrical-coordinate representation of color #AA07CE: hue angle of 289.15º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA07CE is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 7 206 -
CMYK 0.17 0.97 0 0.19
HSL 289.15º 0.93% 0.42% -
HSV(B) 289.15º 0.97% 0.81% -
XYZ 27.79 13.15 59.47 -
YUV 78.42 200 193.32 -
System Red Green Blue C M Y K H S L
Decimal 170 7 206 0.17 0.97 0 0.19 289.15 0.93 0.42
Hex AA 7 CE 11 61 0 13 121 5D 2A
Octal 252 7 316 21 141 0 23 441 135 52
Binary 10101010 111 11001110 10001 1100001 0 10011 100100001 1011101 101010

Color Harmonies of #AA07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07CE

Black with #AA07CE

Text Example


Text Example

White with #AA07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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