#A442BF

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

Shades of Deep Lilac #A442BF

Tints of Deep Lilac #A442BF

Color information

#A442BF (or 0xA442BF) is unknown color: approx Deep Lilac. HEX triplet: A4, 42 and BF. RGB value is (164,66,191). Sum of RGB (Red+Green+Blue) = 164+66+191=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #A442BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442BF is #5BBD40. Grayscale: #6D6D6D. Windows color (decimal): -6012225 or 12534436. OLE color: 12534436.

HSL color Cylindrical-coordinate representation of color #A442BF: hue angle of 287.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A442BF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16466191-
CMYK0.140.6500.25
HSL287.04º49.41%50.39%-
HSV(B)287.04º65.45%74.9%-
XYZ26.6615.5550.89-
YUV109.55173.97166.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 66 (26.17% from 255) = 15.68%
BLUE value IS 191 (75% from 255) = 45.37%
R=38.95%
G=15.68%
B=45.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164661910.140.6500.25287.0449.4150.39
HexA442BFE4101911f3132
Octal244102277161010314376162
Binary1010010010000101011111111101000001011001100011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A442BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A442BF; }

 p { color: rgb(164,66,191); }

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

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

 a { background-color: rgb(164,66,191); }

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

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

 span { border-color: rgb(164,66,191); }

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