#A54FB3

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

Shades of Deep Lilac #A54FB3

Tints of Deep Lilac #A54FB3

Color information

#A54FB3 (or 0xA54FB3) is unknown color: approx Deep Lilac. HEX triplet: A5, 4F and B3. RGB value is (165,79,179). Sum of RGB (Red+Green+Blue) = 165+79+179=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #A54FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FB3 is #5AB04C. Grayscale: #737373. Windows color (decimal): -5943373 or 11751333. OLE color: 11751333.

HSL color Cylindrical-coordinate representation of color #A54FB3: hue angle of 291.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54FB3 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16579179-
CMYK0.080.5600.30
HSL291.6º39.68%50.59%-
HSV(B)291.6º55.87%70.2%-
XYZ26.4516.8544.51-
YUV116.11163.49162.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 79 (31.25% from 255) = 18.68%
BLUE value IS 179 (70.31% from 255) = 42.32%
R=39.01%
G=18.68%
B=42.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165791790.080.5600.30291.639.6850.59
HexA54FB383801E1242833
Octal24511726310700364445063
Binary101001011001111101100111000111000011110100100100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54FB3; }

 p { color: rgb(165,79,179); }

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

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

 a { background-color: rgb(165,79,179); }

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

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

 span { border-color: rgb(165,79,179); }

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