#A550BC

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

Shades of Deep Lilac #A550BC

Tints of Deep Lilac #A550BC

Color information

#A550BC (or 0xA550BC) is unknown color: approx Deep Lilac. HEX triplet: A5, 50 and BC. RGB value is (165,80,188). Sum of RGB (Red+Green+Blue) = 165+80+188=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #A550BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550BC is #5AAF43. Grayscale: #757575. Windows color (decimal): -5943108 or 12341413. OLE color: 12341413.

HSL color Cylindrical-coordinate representation of color #A550BC: hue angle of 287.22º 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 #A550BC is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16580188-
CMYK0.120.5700.26
HSL287.22º44.63%52.55%-
HSV(B)287.22º57.45%73.73%-
XYZ27.4617.3749.48-
YUV117.73167.66161.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 80 (31.64% from 255) = 18.48%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=38.11%
G=18.48%
B=43.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165801880.120.5700.26287.2244.6352.55
HexA550BCC3901A11f2d35
Octal24512027414710324375565
Binary101001011010000101111001100111001011010100011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A550BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A550BC; }

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

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

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

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

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

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

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

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