#A557CD

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

Shades of Deep Lilac #A557CD

Tints of Deep Lilac #A557CD

Color information

#A557CD (or 0xA557CD) is unknown color: approx Deep Lilac. HEX triplet: A5, 57 and CD. RGB value is (165,87,205). Sum of RGB (Red+Green+Blue) = 165+87+205=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #A557CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557CD is #5AA832. Grayscale: #7B7B7B. Windows color (decimal): -5941299 or 13457317. OLE color: 13457317.

HSL color Cylindrical-coordinate representation of color #A557CD: hue angle of 279.66º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A557CD is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16587205-
CMYK0.200.5800.20
HSL279.66º54.13%57.25%-
HSV(B)279.66º57.56%80.39%-
XYZ29.9419.2259.89-
YUV123.77173.84157.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 87 (34.38% from 255) = 19.04%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=36.11%
G=19.04%
B=44.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165872050.200.5800.20279.6654.1357.25
HexA557CD143A0141183639
Octal24512731524720244306671
Binary1010010110101111100110110100111010010100100011000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557CD; }

 p { color: rgb(165,87,205); }

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

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

 a { background-color: rgb(165,87,205); }

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

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

 span { border-color: rgb(165,87,205); }

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