#A261C3

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

Shades of Deep Lilac #A261C3

Tints of Deep Lilac #A261C3

Color information

#A261C3 (or 0xA261C3) is unknown color: approx Deep Lilac. HEX triplet: A2, 61 and C3. RGB value is (162,97,195). Sum of RGB (Red+Green+Blue) = 162+97+195=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #A261C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261C3 is #5D9E3C. Grayscale: #7F7F7F. Windows color (decimal): -6135357 or 12804514. OLE color: 12804514.

HSL color Cylindrical-coordinate representation of color #A261C3: hue angle of 279.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A261C3 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16297195-
CMYK0.170.5000.24
HSL279.8º44.95%57.25%-
HSV(B)279.8º50.26%76.47%-
XYZ29.0320.1753.99-
YUV127.61166.03152.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 195 (76.56% from 255) = 42.95%
R=35.68%
G=21.37%
B=42.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162971950.170.5000.24279.844.9557.25
HexA261C311320181182d39
Octal24214130321620304305571
Binary1010001011000011100001110001110010011000100011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261C3; }

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

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

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

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

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

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

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

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