#A55BA4

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

Shades of Violet Blue #A55BA4

Tints of Violet Blue #A55BA4

Color information

#A55BA4 (or 0xA55BA4) is unknown color: approx Violet Blue. HEX triplet: A5, 5B and A4. RGB value is (165,91,164). Sum of RGB (Red+Green+Blue) = 165+91+164=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A55BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BA4 is #5AA45B. Grayscale: #797979. Windows color (decimal): -5940316 or 10771365. OLE color: 10771365.

HSL color Cylindrical-coordinate representation of color #A55BA4: hue angle of 300.81º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A55BA4 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16591164-
CMYK00.450.010.35
HSL300.81º29.13%50.2%-
HSV(B)300.81º44.85%64.71%-
XYZ25.9618.1637.26-
YUV121.45152.02159.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=39.29%
G=21.67%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659116400.450.010.35300.8129.1350.2
HexA55BA402D12312d1d32
Octal2451332440551434553562
Binary101001011011011101001000101101110001110010110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55BA4; }

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

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

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

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

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

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

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

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