Html Css Color HEX #AA6BA0 Violet Blue

📋 copy color: '#AA6BA0'

red 170 ◦ green 107 ◦ blue 160

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

Shades of Violet Blue #AA6BA0

Tints of Violet Blue #AA6BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 38.9%
G = 24.49%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA6BA0 (or 0xAA6BA0) is known color: Violet Blue. HEX triplet: AA, 6B and A0. RGB value is (170,107,160). Sum of RGB (Red+Green+Blue) = 170+107+160=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6BA0 is #55945F. Grayscale: #838383. Windows color (decimal): -5608544 or 10513322. OLE color: 10513322.

HSL color Cylindrical-coordinate representation of color #AA6BA0: hue angle of 309.52º 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 #AA6BA0 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 107 160 -
CMYK 0 0.37 0.06 0.33
HSL 309.52º 0.27% 0.54% -
HSV(B) 309.52º 0.37% 0.67% -
XYZ 28.18 21.6 35.94 -
YUV 131.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 170 107 160 0 0.37 0.06 0.33 309.52 0.27 0.54
Hex AA 6B A0 0 25 6 21 136 1B 36
Octal 252 153 240 0 45 6 41 466 33 66
Binary 10101010 1101011 10100000 0 100101 110 100001 100110110 11011 110110

Color Harmonies of #AA6BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6BA0

Black with #AA6BA0

Text Example


Text Example

White with #AA6BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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