#A243BC

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

Shades of Deep Lilac #A243BC

Tints of Deep Lilac #A243BC

Color information

#A243BC (or 0xA243BC) is unknown color: approx Deep Lilac. HEX triplet: A2, 43 and BC. RGB value is (162,67,188). Sum of RGB (Red+Green+Blue) = 162+67+188=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #A243BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243BC is #5DBC43. Grayscale: #6C6C6C. Windows color (decimal): -6143044 or 12338082. OLE color: 12338082.

HSL color Cylindrical-coordinate representation of color #A243BC: hue angle of 287.11º degrees, saturation: 0.47, 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 #A243BC is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16267188-
CMYK0.140.6400.26
HSL287.11º47.45%50%-
HSV(B)287.11º64.36%73.73%-
XYZ25.9815.3349.17-
YUV109.2172.47165.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 67 (26.56% from 255) = 16.07%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=38.85%
G=16.07%
B=45.08%

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
Decimal162671880.140.6400.26287.1147.4550
HexA243BCE4001A11f2f32
Octal242103274161000324375762
Binary1010001010000111011110011101000000011010100011111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A243BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A243BC; }

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

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

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

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

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

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

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

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