Html Css Color HEX #AA6B9E Violet Blue

📋 copy color: '#AA6B9E'

red 170 ◦ green 107 ◦ blue 158

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

Shades of Violet Blue #AA6B9E

Tints of Violet Blue #AA6B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.32%

R = 39.08%
G = 24.6%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA6B9E (or 0xAA6B9E) is known color: Violet Blue. HEX triplet: AA, 6B and 9E. RGB value is (170,107,158). Sum of RGB (Red+Green+Blue) = 170+107+158=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6B9E is #559461. Grayscale: #838383. Windows color (decimal): -5608546 or 10382250. OLE color: 10382250.

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

Color convert

RGB 170 107 158 -
CMYK 0 0.37 0.07 0.33
HSL 311.43º 0.27% 0.54% -
HSV(B) 311.43º 0.37% 0.67% -
XYZ 28.01 21.53 35.03 -
YUV 131.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 170 107 158 0 0.37 0.07 0.33 311.43 0.27 0.54
Hex AA 6B 9E 0 25 7 21 137 1B 36
Octal 252 153 236 0 45 7 41 467 33 66
Binary 10101010 1101011 10011110 0 100101 111 100001 100110111 11011 110110

Color Harmonies of #AA6B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B9E

Black with #AA6B9E

Text Example


Text Example

White with #AA6B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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