#A244BF

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

Shades of Deep Lilac #A244BF

Tints of Deep Lilac #A244BF

Color information

#A244BF (or 0xA244BF) is unknown color: approx Deep Lilac. HEX triplet: A2, 44 and BF. RGB value is (162,68,191). Sum of RGB (Red+Green+Blue) = 162+68+191=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #A244BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244BF is #5DBB40. Grayscale: #6D6D6D. Windows color (decimal): -6142785 or 12534946. OLE color: 12534946.

HSL color Cylindrical-coordinate representation of color #A244BF: hue angle of 285.85º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A244BF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16268191-
CMYK0.150.6400.25
HSL285.85º49%50.78%-
HSV(B)285.85º64.4%74.9%-
XYZ26.3715.5850.91-
YUV110.13173.64165-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 68 (26.95% from 255) = 16.15%
BLUE value IS 191 (75% from 255) = 45.37%
R=38.48%
G=16.15%
B=45.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162681910.150.6400.25285.854950.78
HexA244BFF4001911e3133
Octal242104277171000314366163
Binary1010001010001001011111111111000000011001100011110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A244BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A244BF; }

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

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

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

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

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

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

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

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