Html Css Color HEX #AA0BBC Dark Violet

📋 copy color: '#AA0BBC'

red 170 ◦ green 11 ◦ blue 188

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

Shades of Dark Violet #AA0BBC

Tints of Dark Violet #AA0BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.98%

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 46.07%
G = 2.98%
B = 50.95%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA0BBC (or 0xAA0BBC) is known color: Dark Violet. HEX triplet: AA, 0B and BC. RGB value is (170,11,188). Sum of RGB (Red+Green+Blue) = 170+11+188=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA0BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BBC is #55F443. Grayscale: #4E4E4E. Windows color (decimal): -5633092 or 12323754. OLE color: 12323754.

HSL color Cylindrical-coordinate representation of color #AA0BBC: hue angle of 293.9º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0BBC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 11 188 -
CMYK 0.10 0.94 0 0.26
HSL 293.9º 0.89% 0.39% -
HSV(B) 293.9º 0.94% 0.74% -
XYZ 25.77 12.42 48.62 -
YUV 78.72 189.68 193.11 -
System Red Green Blue C M Y K H S L
Decimal 170 11 188 0.10 0.94 0 0.26 293.9 0.89 0.39
Hex AA B BC A 5E 0 1A 126 59 27
Octal 252 13 274 12 136 0 32 446 131 47
Binary 10101010 1011 10111100 1010 1011110 0 11010 100100110 1011001 100111

Color Harmonies of #AA0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0BBC

Black with #AA0BBC

Text Example


Text Example

White with #AA0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0BBC; }

 p { color: rgb(170,11,188); }

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

background-color css

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

 a { background-color: rgb(170,11,188); }

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

border-color css

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

 span { border-color: rgb(170,11,188); }

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