#A845C4

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

Shades of Deep Lilac #A845C4

Tints of Deep Lilac #A845C4

Color information

#A845C4 (or 0xA845C4) is unknown color: approx Deep Lilac. HEX triplet: A8, 45 and C4. RGB value is (168,69,196). Sum of RGB (Red+Green+Blue) = 168+69+196=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #A845C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845C4 is #57BA3B. Grayscale: #707070. Windows color (decimal): -5749308 or 12862888. OLE color: 12862888.

HSL color Cylindrical-coordinate representation of color #A845C4: hue angle of 286.77º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A845C4 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16869196-
CMYK0.140.6500.23
HSL286.77º51.84%51.96%-
HSV(B)286.77º64.8%76.86%-
XYZ28.2416.5753.93-
YUV113.08174.8167.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 69 (27.34% from 255) = 15.94%
BLUE value IS 196 (76.95% from 255) = 45.27%
R=38.80%
G=15.94%
B=45.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168691960.140.6500.23286.7751.8451.96
HexA845C4E4101711f3434
Octal250105304161010274376464
Binary1010100010001011100010011101000001010111100011111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A845C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A845C4; }

 p { color: rgb(168,69,196); }

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

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

 a { background-color: rgb(168,69,196); }

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

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

 span { border-color: rgb(168,69,196); }

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