#A55495

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

Shades of Violet Blue #A55495

Tints of Violet Blue #A55495

Color information

#A55495 (or 0xA55495) is unknown color: approx Violet Blue. HEX triplet: A5, 54 and 95. RGB value is (165,84,149). Sum of RGB (Red+Green+Blue) = 165+84+149=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A55495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55495 is #5AAB6A. Grayscale: #737373. Windows color (decimal): -5942123 or 9786533. OLE color: 9786533.

HSL color Cylindrical-coordinate representation of color #A55495: hue angle of 311.85º 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 #A55495 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16584149-
CMYK00.490.100.35
HSL311.85º32.53%48.82%-
HSV(B)311.85º49.09%64.71%-
XYZ24.1116.5130.35-
YUV115.63146.84163.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=41.46%
G=21.11%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658414900.490.100.35311.8532.5348.82
HexA55495031A231382131
Octal24512422506112434704161
Binary1010010110101001001010101100011010100011100111000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55495; }

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

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

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

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

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

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

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

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