#A548CC

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

Shades of Deep Lilac #A548CC

Tints of Deep Lilac #A548CC

Color information

#A548CC (or 0xA548CC) is unknown color: approx Deep Lilac. HEX triplet: A5, 48 and CC. RGB value is (165,72,204). Sum of RGB (Red+Green+Blue) = 165+72+204=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #A548CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548CC is #5AB733. Grayscale: #727272. Windows color (decimal): -5945140 or 13387941. OLE color: 13387941.

HSL color Cylindrical-coordinate representation of color #A548CC: hue angle of 282.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A548CC is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16572204-
CMYK0.190.6500.2
HSL282.27º56.41%54.12%-
HSV(B)282.27º64.71%80%-
XYZ28.7316.9958.89-
YUV114.85178.31163.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.41%
GREEN value IS 72 (28.52% from 255) = 16.33%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=37.41%
G=16.33%
B=46.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165722040.190.6500.2282.2756.4154.12
HexA548CC134101411a3836
Octal245110314231010244327066
Binary10100101100100011001100100111000001010100100011010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A548CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A548CC; }

 p { color: rgb(165,72,204); }

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

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

 a { background-color: rgb(165,72,204); }

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

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

 span { border-color: rgb(165,72,204); }

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