#A25BBC

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

Shades of Deep Lilac #A25BBC

Tints of Deep Lilac #A25BBC

Color information

#A25BBC (or 0xA25BBC) is unknown color: approx Deep Lilac. HEX triplet: A2, 5B and BC. RGB value is (162,91,188). Sum of RGB (Red+Green+Blue) = 162+91+188=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #A25BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BBC is #5DA443. Grayscale: #7A7A7A. Windows color (decimal): -6136900 or 12344226. OLE color: 12344226.

HSL color Cylindrical-coordinate representation of color #A25BBC: hue angle of 283.92º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A25BBC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16291188-
CMYK0.140.5200.26
HSL283.92º41.99%54.71%-
HSV(B)283.92º51.6%73.73%-
XYZ27.7218.7949.74-
YUV123.29164.52155.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 91 (35.94% from 255) = 20.63%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=36.73%
G=20.63%
B=42.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162911880.140.5200.26283.9241.9954.71
HexA25BBCE3401A11c2a37
Octal24213327416640324345267
Binary101000101011011101111001110110100011010100011100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25BBC; }

 p { color: rgb(162,91,188); }

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

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

 a { background-color: rgb(162,91,188); }

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

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

 span { border-color: rgb(162,91,188); }

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