#A250B9

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

Shades of Deep Lilac #A250B9

Tints of Deep Lilac #A250B9

Color information

#A250B9 (or 0xA250B9) is unknown color: approx Deep Lilac. HEX triplet: A2, 50 and B9. RGB value is (162,80,185). Sum of RGB (Red+Green+Blue) = 162+80+185=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #A250B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250B9 is #5DAF46. Grayscale: #747474. Windows color (decimal): -6139719 or 12144802. OLE color: 12144802.

HSL color Cylindrical-coordinate representation of color #A250B9: hue angle of 286.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A250B9 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16280185-
CMYK0.120.5700.27
HSL286.86º42.86%51.96%-
HSV(B)286.86º56.76%72.55%-
XYZ26.5316.9247.77-
YUV116.49166.67160.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 80 (31.64% from 255) = 18.74%
BLUE value IS 185 (72.66% from 255) = 43.33%
R=37.94%
G=18.74%
B=43.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162801850.120.5700.27286.8642.8651.96
HexA250B9C3901B11f2b34
Octal24212027114710334375364
Binary101000101010000101110011100111001011011100011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A250B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A250B9; }

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

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

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

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

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

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

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

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