#A257CC

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

Shades of Deep Lilac #A257CC

Tints of Deep Lilac #A257CC

Color information

#A257CC (or 0xA257CC) is unknown color: approx Deep Lilac. HEX triplet: A2, 57 and CC. RGB value is (162,87,204). Sum of RGB (Red+Green+Blue) = 162+87+204=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #A257CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A257CC is #5DA833. Grayscale: #7A7A7A. Windows color (decimal): -6137908 or 13391778. OLE color: 13391778.

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

Color convert

RGB16287204-
CMYK0.210.5700.2
HSL278.46º53.42%57.06%-
HSV(B)278.46º57.35%80%-
XYZ29.2118.8659.23-
YUV122.76173.85155.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 87 (34.38% from 255) = 19.21%
BLUE value IS 204 (80.08% from 255) = 45.03%
R=35.76%
G=19.21%
B=45.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162872040.210.5700.2278.4653.4257.06
HexA257CC15390141163539
Octal24212731425710244266571
Binary1010001010101111100110010101111001010100100010110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A257CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A257CC; }

 p { color: rgb(162,87,204); }

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

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

 a { background-color: rgb(162,87,204); }

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

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

 span { border-color: rgb(162,87,204); }

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