#A25CBA

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

Shades of Deep Lilac #A25CBA

Tints of Deep Lilac #A25CBA

Color information

#A25CBA (or 0xA25CBA) is unknown color: approx Deep Lilac. HEX triplet: A2, 5C and BA. RGB value is (162,92,186). Sum of RGB (Red+Green+Blue) = 162+92+186=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #A25CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CBA is #5DA345. Grayscale: #7B7B7B. Windows color (decimal): -6136646 or 12213410. OLE color: 12213410.

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

Color convert

RGB16292186-
CMYK0.130.5100.27
HSL284.68º40.52%54.51%-
HSV(B)284.68º50.54%72.94%-
XYZ27.5918.8848.64-
YUV123.65163.19155.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=36.82%
G=20.91%
B=42.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162921860.130.5100.27284.6840.5254.51
HexA25CBAD3301B11d2937
Octal24213427215630334355167
Binary101000101011100101110101101110011011011100011101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25CBA; }

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

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

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

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

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

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

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

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