#A250BF

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

Shades of Deep Lilac #A250BF

Tints of Deep Lilac #A250BF

Color information

#A250BF (or 0xA250BF) is unknown color: approx Deep Lilac. HEX triplet: A2, 50 and BF. RGB value is (162,80,191). Sum of RGB (Red+Green+Blue) = 162+80+191=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #A250BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250BF is #5DAF40. Grayscale: #747474. Windows color (decimal): -6139713 or 12538018. OLE color: 12538018.

HSL color Cylindrical-coordinate representation of color #A250BF: hue angle of 284.32º 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 #A250BF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16280191-
CMYK0.150.5800.25
HSL284.32º46.44%53.14%-
HSV(B)284.32º58.12%74.9%-
XYZ27.1717.1851.17-
YUV117.17169.67159.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 80 (31.64% from 255) = 18.48%
BLUE value IS 191 (75% from 255) = 44.11%
R=37.41%
G=18.48%
B=44.11%

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
Decimal162801910.150.5800.25284.3246.4453.14
HexA250BFF3A01911c2e35
Octal24212027717720314345665
Binary101000101010000101111111111111010011001100011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A250BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A250BF; }

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

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

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

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

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

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

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

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