#A54BBD

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

Shades of Deep Lilac #A54BBD

Tints of Deep Lilac #A54BBD

Color information

#A54BBD (or 0xA54BBD) is unknown color: approx Deep Lilac. HEX triplet: A5, 4B and BD. RGB value is (165,75,189). Sum of RGB (Red+Green+Blue) = 165+75+189=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #A54BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BBD is #5AB442. Grayscale: #727272. Windows color (decimal): -5944387 or 12405669. OLE color: 12405669.

HSL color Cylindrical-coordinate representation of color #A54BBD: hue angle of 287.37º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54BBD is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16575189-
CMYK0.130.6000.26
HSL287.37º46.34%51.76%-
HSV(B)287.37º60.32%74.12%-
XYZ27.2216.7149.93-
YUV114.91169.82163.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=38.46%
G=17.48%
B=44.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165751890.130.6000.26287.3746.3451.76
HexA54BBDD3C01A11f2e34
Octal24511327515740324375664
Binary101001011001011101111011101111100011010100011111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54BBD; }

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

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

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

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

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

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

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

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