#A261BE

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

Shades of Deep Lilac #A261BE

Tints of Deep Lilac #A261BE

Color information

#A261BE (or 0xA261BE) is unknown color: approx Deep Lilac. HEX triplet: A2, 61 and BE. RGB value is (162,97,190). Sum of RGB (Red+Green+Blue) = 162+97+190=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #A261BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261BE is #5D9E41. Grayscale: #7E7E7E. Windows color (decimal): -6135362 or 12476834. OLE color: 12476834.

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

Color convert

RGB16297190-
CMYK0.150.4900.25
HSL281.94º41.7%56.27%-
HSV(B)281.94º48.95%74.51%-
XYZ28.4719.9551.07-
YUV127.04163.53152.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=36.08%
G=21.60%
B=42.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162971900.150.4900.25281.9441.756.27
HexA261BEF3101911a2a38
Octal24214127617610314325270
Binary101000101100001101111101111110001011001100011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261BE; }

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

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

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

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

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

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

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

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