#9052AC

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

Shades of Deep Lilac #9052AC

Tints of Deep Lilac #9052AC

Color information

#9052AC (or 0x9052AC) is unknown color: approx Deep Lilac. HEX triplet: 90, 52 and AC. RGB value is (144,82,172). Sum of RGB (Red+Green+Blue) = 144+82+172=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #9052AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9052AC is #6FAD53. Grayscale: #6E6E6E. Windows color (decimal): -7318868 or 11293328. OLE color: 11293328.

HSL color Cylindrical-coordinate representation of color #9052AC: hue angle of 281.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9052AC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14482172-
CMYK0.160.5200.33
HSL281.33º35.43%49.8%-
HSV(B)281.33º52.33%67.45%-
XYZ21.9714.9440.76-
YUV110.8162.54151.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=36.18%
G=20.60%
B=43.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144821720.160.5200.33281.3335.4349.8
Hex9052AC10340211192332
Octal22012225420640414314362
Binary10010000101001010101100100001101000100001100011001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9052AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9052AC; }

 p { color: rgb(144,82,172); }

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

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

 a { background-color: rgb(144,82,172); }

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

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

 span { border-color: rgb(144,82,172); }

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