#A55C9C

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

Shades of Violet Blue #A55C9C

Tints of Violet Blue #A55C9C

Color information

#A55C9C (or 0xA55C9C) is unknown color: approx Violet Blue. HEX triplet: A5, 5C and 9C. RGB value is (165,92,156). Sum of RGB (Red+Green+Blue) = 165+92+156=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C9C is #5AA363. Grayscale: #787878. Windows color (decimal): -5940068 or 10247333. OLE color: 10247333.

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

Color convert

RGB16592156-
CMYK00.440.050.35
HSL307.4º28.85%50.39%-
HSV(B)307.4º44.24%64.71%-
XYZ25.3418.0533.6-
YUV121.12147.68159.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=39.95%
G=22.28%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659215600.440.050.35307.428.8550.39
HexA55C9C02C5231331d32
Octal2451342340545434633562
Binary10100101101110010011100010110010110001110011001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C9C; }

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

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

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

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

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

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

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

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