#A55BAC

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

Shades of Violet Blue #A55BAC

Tints of Violet Blue #A55BAC

Color information

#A55BAC (or 0xA55BAC) is unknown color: approx Violet Blue. HEX triplet: A5, 5B and AC. RGB value is (165,91,172). Sum of RGB (Red+Green+Blue) = 165+91+172=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #A55BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BAC is #5AA453. Grayscale: #7A7A7A. Windows color (decimal): -5940308 or 11295653. OLE color: 11295653.

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

Color convert

RGB16591172-
CMYK0.040.4700.33
HSL294.81º32.79%51.57%-
HSV(B)294.81º47.09%67.45%-
XYZ26.718.4641.19-
YUV122.36156.02158.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 91 (35.94% from 255) = 21.26%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=38.55%
G=21.26%
B=40.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165911720.040.4700.33294.8132.7951.57
HexA55BAC42F0211272134
Octal2451332544570414474164
Binary101001011011011101011001001011110100001100100111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55BAC; }

 p { color: rgb(165,91,172); }

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

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

 a { background-color: rgb(165,91,172); }

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

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

 span { border-color: rgb(165,91,172); }

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