#A55C9E

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

Shades of Violet Blue #A55C9E

Tints of Violet Blue #A55C9E

Color information

#A55C9E (or 0xA55C9E) is unknown color: approx Violet Blue. HEX triplet: A5, 5C and 9E. RGB value is (165,92,158). Sum of RGB (Red+Green+Blue) = 165+92+158=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C9E is #5AA361. Grayscale: #797979. Windows color (decimal): -5940066 or 10378405. OLE color: 10378405.

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

Color convert

RGB16592158-
CMYK00.440.040.35
HSL305.75º28.85%50.39%-
HSV(B)305.75º44.24%64.71%-
XYZ25.5218.1234.5-
YUV121.35148.68159.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 92 (36.33% from 255) = 22.17%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=39.76%
G=22.17%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659215800.440.040.35305.7528.8550.39
HexA55C9E02C4231321d32
Octal2451342360544434623562
Binary10100101101110010011110010110010010001110011001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C9E; }

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

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

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

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

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

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

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

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