#A54CCD

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

Shades of Deep Lilac #A54CCD

Tints of Deep Lilac #A54CCD

Color information

#A54CCD (or 0xA54CCD) is unknown color: approx Deep Lilac. HEX triplet: A5, 4C and CD. RGB value is (165,76,205). Sum of RGB (Red+Green+Blue) = 165+76+205=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #A54CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CCD is #5AB332. Grayscale: #747474. Windows color (decimal): -5944115 or 13454501. OLE color: 13454501.

HSL color Cylindrical-coordinate representation of color #A54CCD: hue angle of 281.4º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A54CCD is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16576205-
CMYK0.200.6300.20
HSL281.4º56.33%55.1%-
HSV(B)281.4º62.93%80.39%-
XYZ29.1217.5859.62-
YUV117.32177.49162.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.00%
GREEN value IS 76 (30.08% from 255) = 17.04%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=37.00%
G=17.04%
B=45.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165762050.200.6300.20281.456.3355.1
HexA54CCD143F0141193837
Octal24511431524770244317067
Binary1010010110011001100110110100111111010100100011001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54CCD; }

 p { color: rgb(165,76,205); }

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

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

 a { background-color: rgb(165,76,205); }

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

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

 span { border-color: rgb(165,76,205); }

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