#a54bb8

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

Shades of Deep Lilac #A54BB8

Tints of Deep Lilac #A54BB8

Color information

#A54BB8 (or 0xA54BB8) is unknown color: approx Deep Lilac. HEX triplet: A5, 4B and B8. RGB value is (165,75,184). Sum of RGB (Red+Green+Blue) = 165+75+184=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 184 - color contains mainly: blue. Hex color #A54BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BB8 is #5AB447. Grayscale: #717171. Windows color (decimal): -5944392 or 12077989. OLE color: 12077989.

HSL color Cylindrical-coordinate representation of color #A54BB8: hue angle of 289.54º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A54BB8 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16575184-
CMYK0.100.5900.28
HSL289.54º43.43%50.78%-
HSV(B)289.54º59.24%72.16%-
XYZ26.6816.4947.12-
YUV114.34167.32164.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 184 (72.27% from 255) = 43.40%
R=38.92%
G=17.69%
B=43.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165751840.100.5900.28289.5443.4350.78
HexA54BB8A3B01C1222b33
Octal24511327012730344425363
Binary101001011001011101110001010111011011100100100010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54bb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54bb8; }

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

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

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

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

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

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

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

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