Html Css Color HEX #AA6BA6 Violet Blue

📋 copy color: '#AA6BA6'

red 170 ◦ green 107 ◦ blue 166

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

Shades of Violet Blue #AA6BA6

Tints of Violet Blue #AA6BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.47%

R = 38.37%
G = 24.15%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA6BA6 (or 0xAA6BA6) is known color: Violet Blue. HEX triplet: AA, 6B and A6. RGB value is (170,107,166). Sum of RGB (Red+Green+Blue) = 170+107+166=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6BA6 is #559459. Grayscale: #848484. Windows color (decimal): -5608538 or 10906538. OLE color: 10906538.

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

Color convert

RGB 170 107 166 -
CMYK 0 0.37 0.02 0.33
HSL 303.81º 0.27% 0.54% -
HSV(B) 303.81º 0.37% 0.67% -
XYZ 28.72 21.81 38.77 -
YUV 132.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 170 107 166 0 0.37 0.02 0.33 303.81 0.27 0.54
Hex AA 6B A6 0 25 2 21 130 1B 36
Octal 252 153 246 0 45 2 41 460 33 66
Binary 10101010 1101011 10100110 0 100101 10 100001 100110000 11011 110110

Color Harmonies of #AA6BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6BA6

Black with #AA6BA6

Text Example


Text Example

White with #AA6BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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