#A261BC

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

Shades of Deep Lilac #A261BC

Tints of Deep Lilac #A261BC

Color information

#A261BC (or 0xA261BC) is unknown color: approx Deep Lilac. HEX triplet: A2, 61 and BC. RGB value is (162,97,188). Sum of RGB (Red+Green+Blue) = 162+97+188=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #A261BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261BC is #5D9E43. Grayscale: #7E7E7E. Windows color (decimal): -6135364 or 12345762. OLE color: 12345762.

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

Color convert

RGB16297188-
CMYK0.140.4800.26
HSL282.86º40.44%55.88%-
HSV(B)282.86º48.4%73.73%-
XYZ28.2519.8649.92-
YUV126.81162.53153.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 97 (38.28% from 255) = 21.70%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=36.24%
G=21.70%
B=42.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162971880.140.4800.26282.8640.4455.88
HexA261BCE3001A11b2838
Octal24214127416600324335070
Binary101000101100001101111001110110000011010100011011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261BC; }

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

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

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

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

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

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

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

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