#A25DBA

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

Shades of Deep Lilac #A25DBA

Tints of Deep Lilac #A25DBA

Color information

#A25DBA (or 0xA25DBA) is unknown color: approx Deep Lilac. HEX triplet: A2, 5D and BA. RGB value is (162,93,186). Sum of RGB (Red+Green+Blue) = 162+93+186=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #A25DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DBA is #5DA245. Grayscale: #7B7B7B. Windows color (decimal): -6136390 or 12213666. OLE color: 12213666.

HSL color Cylindrical-coordinate representation of color #A25DBA: hue angle of 284.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25DBA is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16293186-
CMYK0.130.500.27
HSL284.52º40.26%54.71%-
HSV(B)284.52º50%72.94%-
XYZ27.6819.0648.67-
YUV124.23162.86154.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=36.73%
G=21.09%
B=42.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162931860.130.500.27284.5240.2654.71
HexA25DBAD3201B11d2837
Octal24213527215620334355067
Binary101000101011101101110101101110010011011100011101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25DBA; }

 p { color: rgb(162,93,186); }

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

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

 a { background-color: rgb(162,93,186); }

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

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

 span { border-color: rgb(162,93,186); }

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