#A548BC

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

Shades of Deep Lilac #A548BC

Tints of Deep Lilac #A548BC

Color information

#A548BC (or 0xA548BC) is unknown color: approx Deep Lilac. HEX triplet: A5, 48 and BC. RGB value is (165,72,188). Sum of RGB (Red+Green+Blue) = 165+72+188=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #A548BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548BC is #5AB743. Grayscale: #707070. Windows color (decimal): -5945156 or 12339365. OLE color: 12339365.

HSL color Cylindrical-coordinate representation of color #A548BC: hue angle of 288.1º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A548BC is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16572188-
CMYK0.120.6200.26
HSL288.1º46.4%50.98%-
HSV(B)288.1º61.7%73.73%-
XYZ26.9116.2649.3-
YUV113.03170.31165.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 72 (28.52% from 255) = 16.94%
BLUE value IS 188 (73.83% from 255) = 44.24%
R=38.82%
G=16.94%
B=44.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165721880.120.6200.26288.146.450.98
HexA548BCC3E01A1202e33
Octal24511027414760324405663
Binary101001011001000101111001100111110011010100100000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A548BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A548BC; }

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

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

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

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

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

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

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

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