#A555C1

Color #A555C1 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A555C1

Tints of Deep Lilac #A555C1

Color information

#A555C1 (or 0xA555C1) is unknown color: approx Deep Lilac. HEX triplet: A5, 55 and C1. RGB value is (165,85,193). Sum of RGB (Red+Green+Blue) = 165+85+193=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #A555C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555C1 is #5AAA3E. Grayscale: #787878. Windows color (decimal): -5941823 or 12670373. OLE color: 12670373.

HSL color Cylindrical-coordinate representation of color #A555C1: hue angle of 284.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A555C1 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16585193-
CMYK0.150.5600.24
HSL284.44º46.55%54.51%-
HSV(B)284.44º55.96%75.69%-
XYZ28.3918.3552.5-
YUV121.23168.5159.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 85 (33.59% from 255) = 19.19%
BLUE value IS 193 (75.78% from 255) = 43.57%
R=37.25%
G=19.19%
B=43.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165851930.150.5600.24284.4446.5554.51
HexA555C1F3801811c2f37
Octal24512530117700304345767
Binary101001011010101110000011111111000011000100011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A555C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A555C1; }

 p { color: rgb(165,85,193); }

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

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

 a { background-color: rgb(165,85,193); }

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

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

 span { border-color: rgb(165,85,193); }

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