#AA4DA5

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

Shades of Violet Blue #AA4DA5

Tints of Violet Blue #AA4DA5

Color information

#AA4DA5 (or 0xAA4DA5) is unknown color: approx Violet Blue. HEX triplet: AA, 4D and A5. RGB value is (170,77,165). Sum of RGB (Red+Green+Blue) = 170+77+165=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4DA5 is #55B25A. Grayscale: #727272. Windows color (decimal): -5616219 or 10833322. OLE color: 10833322.

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

Color convert

RGB17077165-
CMYK00.550.030.33
HSL303.23º37.65%48.43%-
HSV(B)303.23º54.71%66.67%-
XYZ26.0216.5737.42-
YUV114.84156.31167.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 77 (30.47% from 255) = 18.69%
BLUE value IS 165 (64.84% from 255) = 40.05%
R=41.26%
G=18.69%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707716500.550.030.33303.2337.6548.43
HexAA4DA503732112f2630
Octal2521152450673414574660
Binary10101010100110110100101011011111100001100101111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4DA5; }

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

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

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

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

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

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

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

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