#A250BE

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

Shades of Deep Lilac #A250BE

Tints of Deep Lilac #A250BE

Color information

#A250BE (or 0xA250BE) is unknown color: approx Deep Lilac. HEX triplet: A2, 50 and BE. RGB value is (162,80,190). Sum of RGB (Red+Green+Blue) = 162+80+190=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #A250BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250BE is #5DAF41. Grayscale: #747474. Windows color (decimal): -6139714 or 12472482. OLE color: 12472482.

HSL color Cylindrical-coordinate representation of color #A250BE: hue angle of 284.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A250BE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16280190-
CMYK0.150.5800.25
HSL284.73º45.83%52.94%-
HSV(B)284.73º57.89%74.51%-
XYZ27.0617.1450.6-
YUV117.06169.17160.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 80 (31.64% from 255) = 18.52%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=37.5%
G=18.52%
B=43.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162801900.150.5800.25284.7345.8352.94
HexA250BEF3A01911d2e35
Octal24212027617720314355665
Binary101000101010000101111101111111010011001100011101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A250BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A250BE; }

 p { color: rgb(162,80,190); }

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

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

 a { background-color: rgb(162,80,190); }

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

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

 span { border-color: rgb(162,80,190); }

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