Html Css Color HEX #AA5BA4 Violet Blue

📋 copy color: '#AA5BA4'

red 170 ◦ green 91 ◦ blue 164

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

Shades of Violet Blue #AA5BA4

Tints of Violet Blue #AA5BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.59%

R = 40%
G = 21.41%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA5BA4 (or 0xAA5BA4) is known color: Violet Blue. HEX triplet: AA, 5B and A4. RGB value is (170,91,164). Sum of RGB (Red+Green+Blue) = 170+91+164=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5BA4 is #55A45B. Grayscale: #7A7A7A. Windows color (decimal): -5612636 or 10771370. OLE color: 10771370.

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

Color convert

RGB 170 91 164 -
CMYK 0 0.46 0.04 0.33
HSL 304.56º 0.32% 0.51% -
HSV(B) 304.56º 0.46% 0.67% -
XYZ 27.02 18.71 37.31 -
YUV 122.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 170 91 164 0 0.46 0.04 0.33 304.56 0.32 0.51
Hex AA 5B A4 0 2E 4 21 131 20 33
Octal 252 133 244 0 56 4 41 461 40 63
Binary 10101010 1011011 10100100 0 101110 100 100001 100110001 100000 110011

Color Harmonies of #AA5BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BA4

Black with #AA5BA4

Text Example


Text Example

White with #AA5BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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