#A348AF

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

Shades of Deep Lilac #A348AF

Tints of Deep Lilac #A348AF

Color information

#A348AF (or 0xA348AF) is unknown color: approx Deep Lilac. HEX triplet: A3, 48 and AF. RGB value is (163,72,175). Sum of RGB (Red+Green+Blue) = 163+72+175=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #A348AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A348AF is #5CB750. Grayscale: #6E6E6E. Windows color (decimal): -6076241 or 11487395. OLE color: 11487395.

HSL color Cylindrical-coordinate representation of color #A348AF: hue angle of 293.01º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A348AF is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16372175-
CMYK0.070.5900.31
HSL293.01º41.7%48.43%-
HSV(B)293.01º58.86%68.63%-
XYZ25.1615.5242.23-
YUV110.95164.15165.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 72 (28.52% from 255) = 17.56%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=39.76%
G=17.56%
B=42.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163721750.070.5900.31293.0141.748.43
HexA348AF73B01F1252a30
Octal2431102577730374455260
Binary10100011100100010101111111111011011111100100101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A348AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A348AF; }

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

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

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

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

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

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

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

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