#A54BBF

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

Shades of Deep Lilac #A54BBF

Tints of Deep Lilac #A54BBF

Color information

#A54BBF (or 0xA54BBF) is unknown color: approx Deep Lilac. HEX triplet: A5, 4B and BF. RGB value is (165,75,191). Sum of RGB (Red+Green+Blue) = 165+75+191=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #A54BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BBF is #5AB440. Grayscale: #727272. Windows color (decimal): -5944385 or 12536741. OLE color: 12536741.

HSL color Cylindrical-coordinate representation of color #A54BBF: hue angle of 286.55º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54BBF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16575191-
CMYK0.140.6100.25
HSL286.55º47.54%52.16%-
HSV(B)286.55º60.73%74.9%-
XYZ27.4416.7951.09-
YUV115.13170.82163.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 191 (75% from 255) = 44.32%
R=38.28%
G=17.40%
B=44.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165751910.140.6100.25286.5547.5452.16
HexA54BBFE3D01911f3034
Octal24511327716750314376064
Binary101001011001011101111111110111101011001100011111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BBF; }

 p { color: rgb(165,75,191); }

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

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

 a { background-color: rgb(165,75,191); }

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

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

 span { border-color: rgb(165,75,191); }

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