#A55CA0

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

Shades of Violet Blue #A55CA0

Tints of Violet Blue #A55CA0

Color information

#A55CA0 (or 0xA55CA0) is unknown color: approx Violet Blue. HEX triplet: A5, 5C and A0. RGB value is (165,92,160). Sum of RGB (Red+Green+Blue) = 165+92+160=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A55CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55CA0 is #5AA35F. Grayscale: #797979. Windows color (decimal): -5940064 or 10509477. OLE color: 10509477.

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

Color convert

RGB16592160-
CMYK00.440.030.35
HSL304.11º28.85%50.39%-
HSV(B)304.11º44.24%64.71%-
XYZ25.6918.1935.42-
YUV121.58149.68158.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 160 (62.89% from 255) = 38.37%
R=39.57%
G=22.06%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659216000.440.030.35304.1128.8550.39
HexA55CA002C3231301d32
Octal2451342400543434603562
Binary1010010110111001010000001011001110001110011000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55CA0; }

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

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

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

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

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

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

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

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