#A55496

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

Shades of Violet Blue #A55496

Tints of Violet Blue #A55496

Color information

#A55496 (or 0xA55496) is unknown color: approx Violet Blue. HEX triplet: A5, 54 and 96. RGB value is (165,84,150). Sum of RGB (Red+Green+Blue) = 165+84+150=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A55496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55496 is #5AAB69. Grayscale: #737373. Windows color (decimal): -5942122 or 9852069. OLE color: 9852069.

HSL color Cylindrical-coordinate representation of color #A55496: hue angle of 311.11º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A55496 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB16584150-
CMYK00.490.090.35
HSL311.11º32.53%48.82%-
HSV(B)311.11º49.09%64.71%-
XYZ24.1916.5430.77-
YUV115.74147.34163.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=41.35%
G=21.05%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658415000.490.090.35311.1132.5348.82
HexA554960319231372131
Octal24512422606111434674161
Binary1010010110101001001011001100011001100011100110111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55496; }

 p { color: rgb(165,84,150); }

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

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

 a { background-color: rgb(165,84,150); }

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

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

 span { border-color: rgb(165,84,150); }

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