#A350BC

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

Shades of Deep Lilac #A350BC

Tints of Deep Lilac #A350BC

Color information

#A350BC (or 0xA350BC) is unknown color: approx Deep Lilac. HEX triplet: A3, 50 and BC. RGB value is (163,80,188). Sum of RGB (Red+Green+Blue) = 163+80+188=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #A350BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350BC is #5CAF43. Grayscale: #747474. Windows color (decimal): -6074180 or 12341411. OLE color: 12341411.

HSL color Cylindrical-coordinate representation of color #A350BC: hue angle of 286.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A350BC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16380188-
CMYK0.130.5700.26
HSL286.11º44.63%52.55%-
HSV(B)286.11º57.45%73.73%-
XYZ27.0517.1549.46-
YUV117.13168160.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 80 (31.64% from 255) = 18.56%
BLUE value IS 188 (73.83% from 255) = 43.62%
R=37.82%
G=18.56%
B=43.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163801880.130.5700.26286.1144.6352.55
HexA350BCD3901A11e2d35
Octal24312027415710324365565
Binary101000111010000101111001101111001011010100011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A350BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A350BC; }

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

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

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

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

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

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

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

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