#A25DBE

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

Shades of Deep Lilac #A25DBE

Tints of Deep Lilac #A25DBE

Color information

#A25DBE (or 0xA25DBE) is unknown color: approx Deep Lilac. HEX triplet: A2, 5D and BE. RGB value is (162,93,190). Sum of RGB (Red+Green+Blue) = 162+93+190=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #A25DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DBE is #5DA241. Grayscale: #7C7C7C. Windows color (decimal): -6136386 or 12475810. OLE color: 12475810.

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

Color convert

RGB16293190-
CMYK0.150.5100.25
HSL282.68º42.73%55.49%-
HSV(B)282.68º51.05%74.51%-
XYZ28.1119.2350.95-
YUV124.69164.86154.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=36.40%
G=20.90%
B=42.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162931900.150.5100.25282.6842.7355.49
HexA25DBEF3301911b2b37
Octal24213527617630314335367
Binary101000101011101101111101111110011011001100011011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25DBE; }

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

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

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

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

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

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

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

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