#AA5DA5

Color #AA5DA5 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AA5DA5

Tints of Violet Blue #AA5DA5

Color information

#AA5DA5 (or 0xAA5DA5) is unknown color: approx Violet Blue. HEX triplet: AA, 5D and A5. RGB value is (170,93,165). Sum of RGB (Red+Green+Blue) = 170+93+165=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5DA5 is #55A25A. Grayscale: #7C7C7C. Windows color (decimal): -5612123 or 10837418. OLE color: 10837418.

HSL color Cylindrical-coordinate representation of color #AA5DA5: hue angle of 303.9º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5DA5 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB17093165-
CMYK00.450.030.33
HSL303.9º31.17%51.57%-
HSV(B)303.9º45.29%66.67%-
XYZ27.2819.0937.84-
YUV124.23151.01160.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 165 (64.84% from 255) = 38.55%
R=39.72%
G=21.73%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709316500.450.030.33303.931.1751.57
HexAA5DA502D3211301f34
Octal2521352450553414603764
Binary1010101010111011010010101011011110000110011000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5DA5; }

 p { color: rgb(170,93,165); }

 H1.HeaderClassName
 {
   color: #AA5DA5;
 }
 .AnyTagClassName
 {
   color: #AA5DA5;
 }
</style>
background-color css

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

 a { background-color: rgb(170,93,165); }

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

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

 span { border-color: rgb(170,93,165); }

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