#A25CBE

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

Shades of Deep Lilac #A25CBE

Tints of Deep Lilac #A25CBE

Color information

#A25CBE (or 0xA25CBE) is unknown color: approx Deep Lilac. HEX triplet: A2, 5C and BE. RGB value is (162,92,190). Sum of RGB (Red+Green+Blue) = 162+92+190=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #A25CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CBE is #5DA341. Grayscale: #7B7B7B. Windows color (decimal): -6136642 or 12475554. OLE color: 12475554.

HSL color Cylindrical-coordinate representation of color #A25CBE: hue angle of 282.86º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A25CBE is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16292190-
CMYK0.150.5200.25
HSL282.86º42.98%55.29%-
HSV(B)282.86º51.58%74.51%-
XYZ28.0219.0550.92-
YUV124.1165.19155.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=36.49%
G=20.72%
B=42.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162921900.150.5200.25282.8642.9855.29
HexA25CBEF3401911b2b37
Octal24213427617640314335367
Binary101000101011100101111101111110100011001100011011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25CBE; }

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

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

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

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

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

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

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

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