#A261BD

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

Shades of Deep Lilac #A261BD

Tints of Deep Lilac #A261BD

Color information

#A261BD (or 0xA261BD) is unknown color: approx Deep Lilac. HEX triplet: A2, 61 and BD. RGB value is (162,97,189). Sum of RGB (Red+Green+Blue) = 162+97+189=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #A261BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261BD is #5D9E42. Grayscale: #7E7E7E. Windows color (decimal): -6135363 or 12411298. OLE color: 12411298.

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

Color convert

RGB16297189-
CMYK0.140.4900.26
HSL282.39º41.07%56.08%-
HSV(B)282.39º48.68%74.12%-
XYZ28.3619.950.49-
YUV126.92163.03153.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 189 (74.22% from 255) = 42.19%
R=36.16%
G=21.65%
B=42.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162971890.140.4900.26282.3941.0756.08
HexA261BDE3101A11a2938
Octal24214127516610324325170
Binary101000101100001101111011110110001011010100011010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261BD; }

 p { color: rgb(162,97,189); }

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

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

 a { background-color: rgb(162,97,189); }

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

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

 span { border-color: rgb(162,97,189); }

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