Html Css Color HEX #AA00BA Dark Violet

📋 copy color: '#AA00BA'

red 170 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #AA00BA

Tints of Dark Violet #AA00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.75%
G = 0%
B = 52.25%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA00BA (or 0xAA00BA) is known color: Dark Violet. HEX triplet: AA, 00 and BA. RGB value is (170,0,186). Sum of RGB (Red+Green+Blue) = 170+0+186=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00BA is #55FF45. Grayscale: #474747. Windows color (decimal): -5635910 or 12189866. OLE color: 12189866.

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

Color convert

RGB 170 0 186 -
CMYK 0.09 1 0 0.27
HSL 294.84º 1% 0.36% -
HSV(B) 294.84º 1% 0.73% -
XYZ 25.44 12.09 47.45 -
YUV 72.03 192.32 197.88 -
System Red Green Blue C M Y K H S L
Decimal 170 0 186 0.09 1 0 0.27 294.84 1 0.36
Hex AA 0 BA 9 64 0 1B 127 64 24
Octal 252 0 272 11 144 0 33 447 144 44
Binary 10101010 0 10111010 1001 1100100 0 11011 100100111 1100100 100100

Color Harmonies of #AA00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00BA

Black with #AA00BA

Text Example


Text Example

White with #AA00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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