Html Css Color HEX #AA0CBA Dark Violet

📋 copy color: '#AA0CBA'

red 170 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #AA0CBA

Tints of Dark Violet #AA0CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 46.2%
G = 3.26%
B = 50.54%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA0CBA (or 0xAA0CBA) is known color: Dark Violet. HEX triplet: AA, 0C and BA. RGB value is (170,12,186). Sum of RGB (Red+Green+Blue) = 170+12+186=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA0CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CBA is #55F345. Grayscale: #4E4E4E. Windows color (decimal): -5632838 or 12192938. OLE color: 12192938.

HSL color Cylindrical-coordinate representation of color #AA0CBA: hue angle of 294.48º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0CBA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 12 186 -
CMYK 0.09 0.94 0 0.27
HSL 294.48º 0.88% 0.39% -
HSV(B) 294.48º 0.94% 0.73% -
XYZ 25.57 12.35 47.49 -
YUV 79.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 170 12 186 0.09 0.94 0 0.27 294.48 0.88 0.39
Hex AA C BA 9 5E 0 1B 126 58 27
Octal 252 14 272 11 136 0 33 446 130 47
Binary 10101010 1100 10111010 1001 1011110 0 11011 100100110 1011000 100111

Color Harmonies of #AA0CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CBA

Black with #AA0CBA

Text Example


Text Example

White with #AA0CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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