#A348AE

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

Shades of Deep Lilac #A348AE

Tints of Deep Lilac #A348AE

Color information

#A348AE (or 0xA348AE) is unknown color: approx Deep Lilac. HEX triplet: A3, 48 and AE. RGB value is (163,72,174). Sum of RGB (Red+Green+Blue) = 163+72+174=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #A348AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A348AE is #5CB751. Grayscale: #6E6E6E. Windows color (decimal): -6076242 or 11421859. OLE color: 11421859.

HSL color Cylindrical-coordinate representation of color #A348AE: hue angle of 293.53º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A348AE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16372174-
CMYK0.060.5900.32
HSL293.53º41.46%48.24%-
HSV(B)293.53º58.62%68.24%-
XYZ25.0615.4841.71-
YUV110.84163.65165.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 72 (28.52% from 255) = 17.60%
BLUE value IS 174 (68.36% from 255) = 42.54%
R=39.85%
G=17.60%
B=42.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163721740.060.5900.32293.5341.4648.24
HexA348AE63B0201262930
Octal2431102566730404465160
Binary101000111001000101011101101110110100000100100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A348AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A348AE; }

 p { color: rgb(163,72,174); }

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

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

 a { background-color: rgb(163,72,174); }

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

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

 span { border-color: rgb(163,72,174); }

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