#A244BB

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

Shades of Deep Lilac #A244BB

Tints of Deep Lilac #A244BB

Color information

#A244BB (or 0xA244BB) is unknown color: approx Deep Lilac. HEX triplet: A2, 44 and BB. RGB value is (162,68,187). Sum of RGB (Red+Green+Blue) = 162+68+187=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #A244BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244BB is #5DBB44. Grayscale: #6D6D6D. Windows color (decimal): -6142789 or 12272802. OLE color: 12272802.

HSL color Cylindrical-coordinate representation of color #A244BB: hue angle of 287.39º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A244BB is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16268187-
CMYK0.130.6400.27
HSL287.39º46.67%50%-
HSV(B)287.39º63.64%73.33%-
XYZ25.9415.448.62-
YUV109.67171.64165.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 68 (26.95% from 255) = 16.31%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=38.85%
G=16.31%
B=44.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162681870.130.6400.27287.3946.6750
HexA244BBD4001B11f2f32
Octal242104273151000334375762
Binary1010001010001001011101111011000000011011100011111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A244BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A244BB; }

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

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

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

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

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

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

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

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