#A250C6

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

Shades of Deep Lilac #A250C6

Tints of Deep Lilac #A250C6

Color information

#A250C6 (or 0xA250C6) is unknown color: approx Deep Lilac. HEX triplet: A2, 50 and C6. RGB value is (162,80,198). Sum of RGB (Red+Green+Blue) = 162+80+198=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #A250C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250C6 is #5DAF39. Grayscale: #757575. Windows color (decimal): -6139706 or 12996770. OLE color: 12996770.

HSL color Cylindrical-coordinate representation of color #A250C6: hue angle of 281.69º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A250C6 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16280198-
CMYK0.180.6000.22
HSL281.69º50.86%54.51%-
HSV(B)281.69º59.6%77.65%-
XYZ27.9617.555.33-
YUV117.97173.17159.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 198 (77.73% from 255) = 45%
R=36.82%
G=18.18%
B=45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162801980.180.6000.22281.6950.8654.51
HexA250C6123C01611a3337
Octal24212030622740264326367
Binary1010001010100001100011010010111100010110100011010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A250C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A250C6; }

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

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

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

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

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

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

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

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