#A948BD

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

Shades of Deep Lilac #A948BD

Tints of Deep Lilac #A948BD

Color information

#A948BD (or 0xA948BD) is unknown color: approx Deep Lilac. HEX triplet: A9, 48 and BD. RGB value is (169,72,189). Sum of RGB (Red+Green+Blue) = 169+72+189=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #A948BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A948BD is #56B742. Grayscale: #717171. Windows color (decimal): -5683011 or 12404905. OLE color: 12404905.

HSL color Cylindrical-coordinate representation of color #A948BD: hue angle of 289.74º degrees, saturation: 0.47, 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 #A948BD is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16972189-
CMYK0.110.6200.26
HSL289.74º46.99%51.18%-
HSV(B)289.74º61.9%74.12%-
XYZ27.8616.7449.91-
YUV114.34170.14166.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=39.30%
G=16.74%
B=43.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169721890.110.6200.26289.7446.9951.18
HexA948BDB3E01A1222f33
Octal25111027513760324425763
Binary101010011001000101111011011111110011010100100010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A948BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A948BD; }

 p { color: rgb(169,72,189); }

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

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

 a { background-color: rgb(169,72,189); }

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

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

 span { border-color: rgb(169,72,189); }

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