Html Css Color HEX #AA0CBB Dark Violet

📋 copy color: '#AA0CBB'

red 170 ◦ green 12 ◦ blue 187

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

Shades of Dark Violet #AA0CBB

Tints of Dark Violet #AA0CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 46.07%
G = 3.25%
B = 50.68%

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

#AA0CBB (or 0xAA0CBB) is known color: Dark Violet. HEX triplet: AA, 0C and BB. RGB value is (170,12,187). Sum of RGB (Red+Green+Blue) = 170+12+187=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA0CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CBB is #55F344. Grayscale: #4E4E4E. Windows color (decimal): -5632837 or 12258474. OLE color: 12258474.

HSL color Cylindrical-coordinate representation of color #AA0CBB: hue angle of 294.17º 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 #AA0CBB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 12 187 -
CMYK 0.09 0.94 0 0.27
HSL 294.17º 0.88% 0.39% -
HSV(B) 294.17º 0.94% 0.73% -
XYZ 25.68 12.4 48.05 -
YUV 79.19 188.85 192.77 -
System Red Green Blue C M Y K H S L
Decimal 170 12 187 0.09 0.94 0 0.27 294.17 0.88 0.39
Hex AA C BB 9 5E 0 1B 126 58 27
Octal 252 14 273 11 136 0 33 446 130 47
Binary 10101010 1100 10111011 1001 1011110 0 11011 100100110 1011000 100111

Color Harmonies of #AA0CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CBB

Black with #AA0CBB

Text Example


Text Example

White with #AA0CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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