Html Css Color HEX #AA5B9C Violet Blue

📋 copy color: '#AA5B9C'

red 170 ◦ green 91 ◦ blue 156

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

Shades of Violet Blue #AA5B9C

Tints of Violet Blue #AA5B9C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.82%

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 40.77%
G = 21.82%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA5B9C (or 0xAA5B9C) is known color: Violet Blue. HEX triplet: AA, 5B and 9C. RGB value is (170,91,156). Sum of RGB (Red+Green+Blue) = 170+91+156=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5B9C is #55A463. Grayscale: #797979. Windows color (decimal): -5612644 or 10247082. OLE color: 10247082.

HSL color Cylindrical-coordinate representation of color #AA5B9C: hue angle of 310.63º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5B9C is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 91 156 -
CMYK 0 0.46 0.08 0.33
HSL 310.63º 0.32% 0.51% -
HSV(B) 310.63º 0.46% 0.67% -
XYZ 26.32 18.43 33.62 -
YUV 122.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 170 91 156 0 0.46 0.08 0.33 310.63 0.32 0.51
Hex AA 5B 9C 0 2E 8 21 137 20 33
Octal 252 133 234 0 56 10 41 467 40 63
Binary 10101010 1011011 10011100 0 101110 1000 100001 100110111 100000 110011

Color Harmonies of #AA5B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5B9C

Black with #AA5B9C

Text Example


Text Example

White with #AA5B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5B9C; }

 p { color: rgb(170,91,156); }

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

background-color css

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

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

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

border-color css

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

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

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