Html Css Color HEX #AA00CE Dark Violet

📋 copy color: '#AA00CE'

red 170 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #AA00CE

Tints of Dark Violet #AA00CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.21%
G = 0%
B = 54.79%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA00CE (or 0xAA00CE) is known color: Dark Violet. HEX triplet: AA, 00 and CE. RGB value is (170,0,206). Sum of RGB (Red+Green+Blue) = 170+0+206=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA00CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00CE is #55FF31. Grayscale: #494949. Windows color (decimal): -5635890 or 13500586. OLE color: 13500586.

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

Color convert

RGB 170 0 206 -
CMYK 0.17 1 0 0.19
HSL 289.51º 1% 0.4% -
HSV(B) 289.51º 1% 0.81% -
XYZ 27.72 13 59.44 -
YUV 74.31 202.32 196.25 -
System Red Green Blue C M Y K H S L
Decimal 170 0 206 0.17 1 0 0.19 289.51 1 0.4
Hex AA 0 CE 11 64 0 13 122 64 28
Octal 252 0 316 21 144 0 23 442 144 50
Binary 10101010 0 11001110 10001 1100100 0 10011 100100010 1100100 101000

Color Harmonies of #AA00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00CE

Black with #AA00CE

Text Example


Text Example

White with #AA00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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