Html Css Color HEX #AA6BAA Violet Blue

📋 copy color: '#AA6BAA'

red 170 ◦ green 107 ◦ blue 170

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

Shades of Violet Blue #AA6BAA

Tints of Violet Blue #AA6BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.94%

 BLUE value IS 170 (66.8% from 255) = 38.03%

R = 38.03%
G = 23.94%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA6BAA (or 0xAA6BAA) is known color: Violet Blue. HEX triplet: AA, 6B and AA. RGB value is (170,107,170). Sum of RGB (Red+Green+Blue) = 170+107+170=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6BAA is #559455. Grayscale: #848484. Windows color (decimal): -5608534 or 11168682. OLE color: 11168682.

HSL color Cylindrical-coordinate representation of color #AA6BAA: hue angle of 300º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6BAA is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 107 170 -
CMYK 0 0.37 0 0.33
HSL 300º 0.27% 0.54% -
HSV(B) 300º 0.37% 0.67% -
XYZ 29.09 21.96 40.74 -
YUV 133.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 170 107 170 0 0.37 0 0.33 300 0.27 0.54
Hex AA 6B AA 0 25 0 21 12C 1B 36
Octal 252 153 252 0 45 0 41 454 33 66
Binary 10101010 1101011 10101010 0 100101 0 100001 100101100 11011 110110

Color Harmonies of #AA6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6BAA

Black with #AA6BAA

Text Example


Text Example

White with #AA6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6BAA; }

 p { color: rgb(170,107,170); }

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

background-color css

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

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

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

border-color css

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

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

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