Html Css Color HEX #AA0CDE Dark Violet

📋 copy color: '#AA0CDE'

red 170 ◦ green 12 ◦ blue 222

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

Shades of Dark Violet #AA0CDE

Tints of Dark Violet #AA0CDE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.97%

 BLUE value IS 222 (87.11% from 255) = 54.95%

R = 42.08%
G = 2.97%
B = 54.95%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA0CDE (or 0xAA0CDE) is known color: Dark Violet. HEX triplet: AA, 0C and DE. RGB value is (170,12,222). Sum of RGB (Red+Green+Blue) = 170+12+222=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA0CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CDE is #55F321. Grayscale: #525252. Windows color (decimal): -5632802 or 14552234. OLE color: 14552234.

HSL color Cylindrical-coordinate representation of color #AA0CDE: hue angle of 285.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0CDE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 12 222 -
CMYK 0.23 0.95 0 0.13
HSL 285.14º 0.9% 0.46% -
HSV(B) 285.14º 0.95% 0.87% -
XYZ 29.89 14.08 70.25 -
YUV 83.18 206.35 189.92 -
System Red Green Blue C M Y K H S L
Decimal 170 12 222 0.23 0.95 0 0.13 285.14 0.9 0.46
Hex AA C DE 17 5F 0 D 11D 5A 2E
Octal 252 14 336 27 137 0 15 435 132 56
Binary 10101010 1100 11011110 10111 1011111 0 1101 100011101 1011010 101110

Color Harmonies of #AA0CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CDE

Black with #AA0CDE

Text Example


Text Example

White with #AA0CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CDE; }

 p { color: rgb(170,12,222); }

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

background-color css

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

 a { background-color: rgb(170,12,222); }

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

border-color css

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

 span { border-color: rgb(170,12,222); }

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