#A461B4

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

Shades of Deep Lilac #A461B4

Tints of Deep Lilac #A461B4

Color information

#A461B4 (or 0xA461B4) is unknown color: approx Deep Lilac. HEX triplet: A4, 61 and B4. RGB value is (164,97,180). Sum of RGB (Red+Green+Blue) = 164+97+180=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #A461B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461B4 is #5B9E4B. Grayscale: #7E7E7E. Windows color (decimal): -6004300 or 11821476. OLE color: 11821476.

HSL color Cylindrical-coordinate representation of color #A461B4: hue angle of 288.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A461B4 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16497180-
CMYK0.090.4600.29
HSL288.43º35.62%54.31%-
HSV(B)288.43º46.11%70.59%-
XYZ27.8219.7445.52-
YUV126.49158.2154.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=37.19%
G=22.00%
B=40.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164971800.090.4600.29288.4335.6254.31
HexA461B492E01D1202436
Octal24414126411560354404466
Binary101001001100001101101001001101110011101100100000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A461B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A461B4; }

 p { color: rgb(164,97,180); }

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

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

 a { background-color: rgb(164,97,180); }

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

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

 span { border-color: rgb(164,97,180); }

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