#AA5CAB

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

Shades of Violet Blue #AA5CAB

Tints of Violet Blue #AA5CAB

Color information

#AA5CAB (or 0xAA5CAB) is unknown color: approx Violet Blue. HEX triplet: AA, 5C and AB. RGB value is (170,92,171). Sum of RGB (Red+Green+Blue) = 170+92+171=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA5CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5CAB is #55A354. Grayscale: #7C7C7C. Windows color (decimal): -5612373 or 11230378. OLE color: 11230378.

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

Color convert

RGB17092171-
CMYK0.010.4600.33
HSL299.24º31.98%51.57%-
HSV(B)299.24º46.2%67.06%-
XYZ27.7619.1440.76-
YUV124.33154.34160.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=39.26%
G=21.25%
B=39.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170921710.010.4600.33299.2431.9851.57
HexAA5CAB12E02112b2034
Octal2521342531560414534064
Binary1010101010111001010101111011100100001100101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CAB; }

 p { color: rgb(170,92,171); }

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

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

 a { background-color: rgb(170,92,171); }

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

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

 span { border-color: rgb(170,92,171); }

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