#A44CBC

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

Shades of Deep Lilac #A44CBC

Tints of Deep Lilac #A44CBC

Color information

#A44CBC (or 0xA44CBC) is unknown color: approx Deep Lilac. HEX triplet: A4, 4C and BC. RGB value is (164,76,188). Sum of RGB (Red+Green+Blue) = 164+76+188=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #A44CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44CBC is #5BB343. Grayscale: #727272. Windows color (decimal): -6009668 or 12340388. OLE color: 12340388.

HSL color Cylindrical-coordinate representation of color #A44CBC: hue angle of 287.14º 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 #A44CBC is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16476188-
CMYK0.130.6000.26
HSL287.14º45.53%51.76%-
HSV(B)287.14º59.57%73.73%-
XYZ26.9716.6949.38-
YUV115.08169.15162.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 76 (30.08% from 255) = 17.76%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=38.32%
G=17.76%
B=43.93%

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
Decimal164761880.130.6000.26287.1445.5351.76
HexA44CBCD3C01A11f2e34
Octal24411427415740324375664
Binary101001001001100101111001101111100011010100011111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44CBC; }

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

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

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

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

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

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

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

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