#A244BD

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

Shades of Deep Lilac #A244BD

Tints of Deep Lilac #A244BD

Color information

#A244BD (or 0xA244BD) is unknown color: approx Deep Lilac. HEX triplet: A2, 44 and BD. RGB value is (162,68,189). Sum of RGB (Red+Green+Blue) = 162+68+189=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #A244BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244BD is #5DBB42. Grayscale: #6D6D6D. Windows color (decimal): -6142787 or 12403874. OLE color: 12403874.

HSL color Cylindrical-coordinate representation of color #A244BD: hue angle of 286.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A244BD is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16268189-
CMYK0.140.6400.26
HSL286.61º47.83%50.39%-
HSV(B)286.61º64.02%74.12%-
XYZ26.1515.4949.76-
YUV109.9172.64165.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 68 (26.95% from 255) = 16.23%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=38.66%
G=16.23%
B=45.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162681890.140.6400.26286.6147.8350.39
HexA244BDE4001A11f3032
Octal242104275161000324376062
Binary1010001010001001011110111101000000011010100011111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A244BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A244BD; }

 p { color: rgb(162,68,189); }

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

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

 a { background-color: rgb(162,68,189); }

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

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

 span { border-color: rgb(162,68,189); }

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