Html Css Color HEX #AA10BE Dark Violet

📋 copy color: '#AA10BE'

red 170 ◦ green 16 ◦ blue 190

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

Shades of Dark Violet #AA10BE

Tints of Dark Violet #AA10BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 45.21%
G = 4.26%
B = 50.53%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA10BE (or 0xAA10BE) is known color: Dark Violet. HEX triplet: AA, 10 and BE. RGB value is (170,16,190). Sum of RGB (Red+Green+Blue) = 170+16+190=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA10BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10BE is #55EF41. Grayscale: #515151. Windows color (decimal): -5631810 or 12456106. OLE color: 12456106.

HSL color Cylindrical-coordinate representation of color #AA10BE: hue angle of 293.1º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA10BE is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 16 190 -
CMYK 0.11 0.92 0 0.25
HSL 293.1º 0.84% 0.4% -
HSV(B) 293.1º 0.92% 0.75% -
XYZ 26.06 12.63 49.78 -
YUV 81.88 189.02 190.85 -
System Red Green Blue C M Y K H S L
Decimal 170 16 190 0.11 0.92 0 0.25 293.1 0.84 0.4
Hex AA 10 BE B 5C 0 19 125 54 28
Octal 252 20 276 13 134 0 31 445 124 50
Binary 10101010 10000 10111110 1011 1011100 0 11001 100100101 1010100 101000

Color Harmonies of #AA10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10BE

Black with #AA10BE

Text Example


Text Example

White with #AA10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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