#A350CB

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

Shades of Deep Lilac #A350CB

Tints of Deep Lilac #A350CB

Color information

#A350CB (or 0xA350CB) is unknown color: approx Deep Lilac. HEX triplet: A3, 50 and CB. RGB value is (163,80,203). Sum of RGB (Red+Green+Blue) = 163+80+203=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #A350CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350CB is #5CAF34. Grayscale: #767676. Windows color (decimal): -6074165 or 13324451. OLE color: 13324451.

HSL color Cylindrical-coordinate representation of color #A350CB: hue angle of 280.49º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A350CB is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16380203-
CMYK0.200.6100.20
HSL280.49º54.19%55.49%-
HSV(B)280.49º60.59%79.61%-
XYZ28.7517.8458.43-
YUV118.84175.5159.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 80 (31.64% from 255) = 17.94%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=36.55%
G=17.94%
B=45.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163802030.200.6100.20280.4954.1955.49
HexA350CB143D0141183637
Octal24312031324750244306667
Binary1010001110100001100101110100111101010100100011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A350CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A350CB; }

 p { color: rgb(163,80,203); }

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

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

 a { background-color: rgb(163,80,203); }

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

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

 span { border-color: rgb(163,80,203); }

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