#A55CAB

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

Shades of Violet Blue #A55CAB

Tints of Violet Blue #A55CAB

Color information

#A55CAB (or 0xA55CAB) is unknown color: approx Violet Blue. HEX triplet: A5, 5C and AB. RGB value is (165,92,171). Sum of RGB (Red+Green+Blue) = 165+92+171=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #A55CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55CAB is #5AA354. Grayscale: #7A7A7A. Windows color (decimal): -5940053 or 11230373. OLE color: 11230373.

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

Color convert

RGB16592171-
CMYK0.040.4600.33
HSL295.44º31.98%51.57%-
HSV(B)295.44º46.2%67.06%-
XYZ26.6918.5940.71-
YUV122.83155.18158.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=38.55%
G=21.50%
B=39.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165921710.040.4600.33295.4431.9851.57
HexA55CAB42E0211272034
Octal2451342534560414474064
Binary101001011011100101010111001011100100001100100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55CAB; }

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

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

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

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

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

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

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

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