#A56BBC

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

Shades of Deep Lilac #A56BBC

Tints of Deep Lilac #A56BBC

Color information

#A56BBC (or 0xA56BBC) is unknown color: approx Deep Lilac. HEX triplet: A5, 6B and BC. RGB value is (165,107,188). Sum of RGB (Red+Green+Blue) = 165+107+188=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #A56BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BBC is #5A9443. Grayscale: #858585. Windows color (decimal): -5936196 or 12348325. OLE color: 12348325.

HSL color Cylindrical-coordinate representation of color #A56BBC: hue angle of 282.96º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56BBC is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165107188-
CMYK0.120.4300.26
HSL282.96º37.67%57.84%-
HSV(B)282.96º43.09%73.73%-
XYZ29.8522.1550.28-
YUV133.58158.72150.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 107 (42.19% from 255) = 23.26%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=35.87%
G=23.26%
B=40.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651071880.120.4300.26282.9637.6757.84
HexA56BBCC2B01A11b263a
Octal24515327414530324334672
Binary101001011101011101111001100101011011010100011011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56BBC; }

 p { color: rgb(165,107,188); }

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

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

 a { background-color: rgb(165,107,188); }

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

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

 span { border-color: rgb(165,107,188); }

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