#A250C5

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

Shades of Deep Lilac #A250C5

Tints of Deep Lilac #A250C5

Color information

#A250C5 (or 0xA250C5) is unknown color: approx Deep Lilac. HEX triplet: A2, 50 and C5. RGB value is (162,80,197). Sum of RGB (Red+Green+Blue) = 162+80+197=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #A250C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250C5 is #5DAF3A. Grayscale: #757575. Windows color (decimal): -6139707 or 12931234. OLE color: 12931234.

HSL color Cylindrical-coordinate representation of color #A250C5: hue angle of 282.05º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A250C5 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16280197-
CMYK0.180.5900.23
HSL282.05º50.21%54.31%-
HSV(B)282.05º59.39%77.25%-
XYZ27.8517.4554.72-
YUV117.86172.67159.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 80 (31.64% from 255) = 18.22%
BLUE value IS 197 (77.34% from 255) = 44.87%
R=36.90%
G=18.22%
B=44.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162801970.180.5900.23282.0550.2154.31
HexA250C5123B01711a3236
Octal24212030522730274326266
Binary1010001010100001100010110010111011010111100011010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A250C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A250C5; }

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

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

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

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

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

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

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

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