#A44BBE

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

Shades of Deep Lilac #A44BBE

Tints of Deep Lilac #A44BBE

Color information

#A44BBE (or 0xA44BBE) is unknown color: approx Deep Lilac. HEX triplet: A4, 4B and BE. RGB value is (164,75,190). Sum of RGB (Red+Green+Blue) = 164+75+190=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #A44BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BBE is #5BB441. Grayscale: #727272. Windows color (decimal): -6009922 or 12471204. OLE color: 12471204.

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

Color convert

RGB16475190-
CMYK0.140.6100.25
HSL286.43º46.94%51.96%-
HSV(B)286.43º60.53%74.51%-
XYZ27.1216.6450.5-
YUV114.72170.49163.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=38.23%
G=17.48%
B=44.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164751900.140.6100.25286.4346.9451.96
HexA44BBEE3D01911e2f34
Octal24411327616750314365764
Binary101001001001011101111101110111101011001100011110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BBE; }

 p { color: rgb(164,75,190); }

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

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

 a { background-color: rgb(164,75,190); }

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

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

 span { border-color: rgb(164,75,190); }

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