#A243C0

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

Shades of Deep Lilac #A243C0

Tints of Deep Lilac #A243C0

Color information

#A243C0 (or 0xA243C0) is unknown color: approx Deep Lilac. HEX triplet: A2, 43 and C0. RGB value is (162,67,192). Sum of RGB (Red+Green+Blue) = 162+67+192=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #A243C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243C0 is #5DBC3F. Grayscale: #6D6D6D. Windows color (decimal): -6143040 or 12600226. OLE color: 12600226.

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

Color convert

RGB16267192-
CMYK0.160.6500.25
HSL285.6º49.8%50.78%-
HSV(B)285.6º65.1%75.29%-
XYZ26.4215.551.47-
YUV109.66174.47165.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 67 (26.56% from 255) = 15.91%
BLUE value IS 192 (75.39% from 255) = 45.61%
R=38.48%
G=15.91%
B=45.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162671920.160.6500.25285.649.850.78
HexA243C0104101911e3233
Octal242103300201010314366263
Binary10100010100001111000000100001000001011001100011110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A243C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A243C0; }

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

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

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

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

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

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

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

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