Html Css Color HEX #AA0CCA Dark Violet

📋 copy color: '#AA0CCA'

red 170 ◦ green 12 ◦ blue 202

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

Shades of Dark Violet #AA0CCA

Tints of Dark Violet #AA0CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.6%

R = 44.27%
G = 3.13%
B = 52.6%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA0CCA (or 0xAA0CCA) is known color: Dark Violet. HEX triplet: AA, 0C and CA. RGB value is (170,12,202). Sum of RGB (Red+Green+Blue) = 170+12+202=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA0CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CCA is #55F335. Grayscale: #505050. Windows color (decimal): -5632822 or 13241514. OLE color: 13241514.

HSL color Cylindrical-coordinate representation of color #AA0CCA: hue angle of 289.89º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0CCA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 12 202 -
CMYK 0.16 0.94 0 0.21
HSL 289.89º 0.89% 0.42% -
HSV(B) 289.89º 0.94% 0.79% -
XYZ 27.37 13.07 56.96 -
YUV 80.9 196.35 191.55 -
System Red Green Blue C M Y K H S L
Decimal 170 12 202 0.16 0.94 0 0.21 289.89 0.89 0.42
Hex AA C CA 10 5E 0 15 122 59 2A
Octal 252 14 312 20 136 0 25 442 131 52
Binary 10101010 1100 11001010 10000 1011110 0 10101 100100010 1011001 101010

Color Harmonies of #AA0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CCA

Black with #AA0CCA

Text Example


Text Example

White with #AA0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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