#905AAC

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

Shades of Deep Lilac #905AAC

Tints of Deep Lilac #905AAC

Color information

#905AAC (or 0x905AAC) is unknown color: approx Deep Lilac. HEX triplet: 90, 5A and AC. RGB value is (144,90,172). Sum of RGB (Red+Green+Blue) = 144+90+172=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #905AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905AAC is #6FA553. Grayscale: #737373. Windows color (decimal): -7316820 or 11295376. OLE color: 11295376.

HSL color Cylindrical-coordinate representation of color #905AAC: hue angle of 279.51º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #905AAC is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14490172-
CMYK0.160.4800.33
HSL279.51º33.06%51.37%-
HSV(B)279.51º47.67%67.45%-
XYZ22.616.2240.97-
YUV115.49159.89148.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=35.47%
G=22.17%
B=42.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144901720.160.4800.33279.5133.0651.37
Hex905AAC10300211182133
Octal22013225420600414304163
Binary10010000101101010101100100001100000100001100011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905AAC; }

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

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

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

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

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

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

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

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