#A54BBE

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

Shades of Deep Lilac #A54BBE

Tints of Deep Lilac #A54BBE

Color information

#A54BBE (or 0xA54BBE) is unknown color: approx Deep Lilac. HEX triplet: A5, 4B and BE. RGB value is (165,75,190). Sum of RGB (Red+Green+Blue) = 165+75+190=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #A54BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BBE is #5AB441. Grayscale: #727272. Windows color (decimal): -5944386 or 12471205. OLE color: 12471205.

HSL color Cylindrical-coordinate representation of color #A54BBE: hue angle of 286.96º degrees, saturation: 0.47, 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 #A54BBE is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16575190-
CMYK0.130.6100.25
HSL286.96º46.94%51.96%-
HSV(B)286.96º60.53%74.51%-
XYZ27.3316.7550.51-
YUV115.02170.32163.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=38.37%
G=17.44%
B=44.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165751900.130.6100.25286.9646.9451.96
HexA54BBED3D01911f2f34
Octal24511327615750314375764
Binary101001011001011101111101101111101011001100011111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BBE; }

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

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

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

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

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

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

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

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