Html Css Color HEX #AA6A9B Violet Blue

📋 copy color: '#AA6A9B'

red 170 ◦ green 106 ◦ blue 155

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

Shades of Violet Blue #AA6A9B

Tints of Violet Blue #AA6A9B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 39.44%
G = 24.59%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA6A9B (or 0xAA6A9B) is known color: Violet Blue. HEX triplet: AA, 6A and 9B. RGB value is (170,106,155). Sum of RGB (Red+Green+Blue) = 170+106+155=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6A9B is #559564. Grayscale: #828282. Windows color (decimal): -5608805 or 10185386. OLE color: 10185386.

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

Color convert

RGB 170 106 155 -
CMYK 0 0.38 0.09 0.33
HSL 314.06º 0.27% 0.54% -
HSV(B) 314.06º 0.38% 0.67% -
XYZ 27.65 21.22 33.65 -
YUV 130.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 170 106 155 0 0.38 0.09 0.33 314.06 0.27 0.54
Hex AA 6A 9B 0 26 9 21 13A 1B 36
Octal 252 152 233 0 46 11 41 472 33 66
Binary 10101010 1101010 10011011 0 100110 1001 100001 100111010 11011 110110

Color Harmonies of #AA6A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A9B

Black with #AA6A9B

Text Example


Text Example

White with #AA6A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A9B; }

 p { color: rgb(170,106,155); }

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

background-color css

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

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

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

border-color css

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

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

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