#A44BBC

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

Shades of Deep Lilac #A44BBC

Tints of Deep Lilac #A44BBC

Color information

#A44BBC (or 0xA44BBC) is unknown color: approx Deep Lilac. HEX triplet: A4, 4B and BC. RGB value is (164,75,188). Sum of RGB (Red+Green+Blue) = 164+75+188=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #A44BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BBC is #5BB443. Grayscale: #727272. Windows color (decimal): -6009924 or 12340132. OLE color: 12340132.

HSL color Cylindrical-coordinate representation of color #A44BBC: hue angle of 287.26º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44BBC is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16475188-
CMYK0.130.6000.26
HSL287.26º45.75%51.57%-
HSV(B)287.26º60.11%73.73%-
XYZ26.916.5649.35-
YUV114.49169.49163.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=38.41%
G=17.56%
B=44.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164751880.130.6000.26287.2645.7551.57
HexA44BBCD3C01A11f2e34
Octal24411327415740324375664
Binary101001001001011101111001101111100011010100011111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BBC; }

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

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

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

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

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

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

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

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