#A448BD

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

Shades of Deep Lilac #A448BD

Tints of Deep Lilac #A448BD

Color information

#A448BD (or 0xA448BD) is unknown color: approx Deep Lilac. HEX triplet: A4, 48 and BD. RGB value is (164,72,189). Sum of RGB (Red+Green+Blue) = 164+72+189=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #A448BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448BD is #5BB742. Grayscale: #707070. Windows color (decimal): -6010691 or 12404900. OLE color: 12404900.

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

Color convert

RGB16472189-
CMYK0.130.6200.26
HSL287.18º46.99%51.18%-
HSV(B)287.18º61.9%74.12%-
XYZ26.8116.249.86-
YUV112.85170.98164.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 72 (28.52% from 255) = 16.94%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=38.59%
G=16.94%
B=44.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164721890.130.6200.26287.1846.9951.18
HexA448BDD3E01A11f2f33
Octal24411027515760324375763
Binary101001001001000101111011101111110011010100011111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A448BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A448BD; }

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

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

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

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

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

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

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

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