#A83CB1

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

Shades of Deep Lilac #A83CB1

Tints of Deep Lilac #A83CB1

Color information

#A83CB1 (or 0xA83CB1) is unknown color: approx Deep Lilac. HEX triplet: A8, 3C and B1. RGB value is (168,60,177). Sum of RGB (Red+Green+Blue) = 168+60+177=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 177 - color contains mainly: blue. Hex color #A83CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83CB1 is #57C34E. Grayscale: #696969. Windows color (decimal): -5751631 or 11615400. OLE color: 11615400.

HSL color Cylindrical-coordinate representation of color #A83CB1: hue angle of 295.38º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83CB1 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16860177-
CMYK0.050.6600.31
HSL295.38º49.37%46.47%-
HSV(B)295.38º66.1%69.41%-
XYZ25.714.7343.08-
YUV105.63168.28172.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 60 (23.83% from 255) = 14.81%
BLUE value IS 177 (69.53% from 255) = 43.70%
R=41.48%
G=14.81%
B=43.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168601770.050.6600.31295.3849.3746.47
HexA83CB154201F127312e
Octal2507426151020374476156
Binary10101000111100101100011011000010011111100100111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83CB1; }

 p { color: rgb(168,60,177); }

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

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

 a { background-color: rgb(168,60,177); }

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

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

 span { border-color: rgb(168,60,177); }

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