Html Css Color HEX #AA10BB Dark Violet

📋 copy color: '#AA10BB'

red 170 ◦ green 16 ◦ blue 187

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

Shades of Dark Violet #AA10BB

Tints of Dark Violet #AA10BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.29%

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

R = 45.58%
G = 4.29%
B = 50.13%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA10BB (or 0xAA10BB) is known color: Dark Violet. HEX triplet: AA, 10 and BB. RGB value is (170,16,187). Sum of RGB (Red+Green+Blue) = 170+16+187=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA10BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10BB is #55EF44. Grayscale: #515151. Windows color (decimal): -5631813 or 12259498. OLE color: 12259498.

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

Color convert

RGB 170 16 187 -
CMYK 0.09 0.91 0 0.27
HSL 294.04º 0.84% 0.4% -
HSV(B) 294.04º 0.91% 0.73% -
XYZ 25.73 12.5 48.07 -
YUV 81.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 170 16 187 0.09 0.91 0 0.27 294.04 0.84 0.4
Hex AA 10 BB 9 5B 0 1B 126 54 28
Octal 252 20 273 11 133 0 33 446 124 50
Binary 10101010 10000 10111011 1001 1011011 0 11011 100100110 1010100 101000

Color Harmonies of #AA10BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10BB

Black with #AA10BB

Text Example


Text Example

White with #AA10BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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