#A442B1

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

Shades of Deep Lilac #A442B1

Tints of Deep Lilac #A442B1

Color information

#A442B1 (or 0xA442B1) is unknown color: approx Deep Lilac. HEX triplet: A4, 42 and B1. RGB value is (164,66,177). Sum of RGB (Red+Green+Blue) = 164+66+177=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: blue. Hex color #A442B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A442B1 is #5BBD4E. Grayscale: #6B6B6B. Windows color (decimal): -6012239 or 11616932. OLE color: 11616932.

HSL color Cylindrical-coordinate representation of color #A442B1: hue angle of 292.97º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A442B1 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16466177-
CMYK0.070.6300.31
HSL292.97º45.68%47.65%-
HSV(B)292.97º62.71%69.41%-
XYZ25.1914.9643.16-
YUV107.96166.97167.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 66 (26.17% from 255) = 16.22%
BLUE value IS 177 (69.53% from 255) = 43.49%
R=40.29%
G=16.22%
B=43.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164661770.070.6300.31292.9745.6847.65
HexA442B173F01F1252e30
Octal2441022617770374455660
Binary10100100100001010110001111111111011111100100101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A442B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A442B1; }

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

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

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

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

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

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

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

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