#A446BD

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

Shades of Deep Lilac #A446BD

Tints of Deep Lilac #A446BD

Color information

#A446BD (or 0xA446BD) is unknown color: approx Deep Lilac. HEX triplet: A4, 46 and BD. RGB value is (164,70,189). Sum of RGB (Red+Green+Blue) = 164+70+189=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #A446BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446BD is #5BB942. Grayscale: #6F6F6F. Windows color (decimal): -6011203 or 12404388. OLE color: 12404388.

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

Color convert

RGB16470189-
CMYK0.130.6300.26
HSL287.39º47.41%50.78%-
HSV(B)287.39º62.96%74.12%-
XYZ26.6915.9549.82-
YUV111.67171.64165.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 70 (27.73% from 255) = 16.55%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=38.77%
G=16.55%
B=44.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164701890.130.6300.26287.3947.4150.78
HexA446BDD3F01A11f2f33
Octal24410627515770324375763
Binary101001001000110101111011101111111011010100011111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A446BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A446BD; }

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

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

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

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

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

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

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

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