#A245C1

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

Shades of Deep Lilac #A245C1

Tints of Deep Lilac #A245C1

Color information

#A245C1 (or 0xA245C1) is unknown color: approx Deep Lilac. HEX triplet: A2, 45 and C1. RGB value is (162,69,193). Sum of RGB (Red+Green+Blue) = 162+69+193=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #A245C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245C1 is #5DBA3E. Grayscale: #6E6E6E. Windows color (decimal): -6142527 or 12666274. OLE color: 12666274.

HSL color Cylindrical-coordinate representation of color #A245C1: hue angle of 285º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A245C1 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16269193-
CMYK0.160.6400.24
HSL285º50%51.37%-
HSV(B)285º64.25%75.69%-
XYZ26.6515.7952.09-
YUV110.94174.31164.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 69 (27.34% from 255) = 16.27%
BLUE value IS 193 (75.78% from 255) = 45.52%
R=38.21%
G=16.27%
B=45.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162691930.160.6400.242855051.37
HexA245C1104001811d3233
Octal242105301201000304356263
Binary10100010100010111000001100001000000011000100011101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A245C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A245C1; }

 p { color: rgb(162,69,193); }

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

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

 a { background-color: rgb(162,69,193); }

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

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

 span { border-color: rgb(162,69,193); }

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