#A243BA

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

Shades of Deep Lilac #A243BA

Tints of Deep Lilac #A243BA

Color information

#A243BA (or 0xA243BA) is unknown color: approx Deep Lilac. HEX triplet: A2, 43 and BA. RGB value is (162,67,186). Sum of RGB (Red+Green+Blue) = 162+67+186=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #A243BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243BA is #5DBC45. Grayscale: #6C6C6C. Windows color (decimal): -6143046 or 12207010. OLE color: 12207010.

HSL color Cylindrical-coordinate representation of color #A243BA: hue angle of 287.9º 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 #A243BA is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16267186-
CMYK0.130.6400.27
HSL287.9º47.04%49.61%-
HSV(B)287.9º63.98%72.94%-
XYZ25.7715.2448.04-
YUV108.97171.47165.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 67 (26.56% from 255) = 16.14%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=39.04%
G=16.14%
B=44.82%

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
Decimal162671860.130.6400.27287.947.0449.61
HexA243BAD4001B1202f32
Octal242103272151000334405762
Binary1010001010000111011101011011000000011011100100000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A243BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A243BA; }

 p { color: rgb(162,67,186); }

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

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

 a { background-color: rgb(162,67,186); }

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

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

 span { border-color: rgb(162,67,186); }

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