#A43DAF

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

Shades of Deep Lilac #A43DAF

Tints of Deep Lilac #A43DAF

Color information

#A43DAF (or 0xA43DAF) is unknown color: approx Deep Lilac. HEX triplet: A4, 3D and AF. RGB value is (164,61,175). Sum of RGB (Red+Green+Blue) = 164+61+175=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #A43DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43DAF is #5BC250. Grayscale: #686868. Windows color (decimal): -6013521 or 11484580. OLE color: 11484580.

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

Color convert

RGB16461175-
CMYK0.060.6500.31
HSL294.21º48.31%46.27%-
HSV(B)294.21º65.14%68.63%-
XYZ24.7214.3342.02-
YUV104.79167.62170.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 61 (24.22% from 255) = 15.25%
BLUE value IS 175 (68.75% from 255) = 43.75%
R=41%
G=15.25%
B=43.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164611750.060.6500.31294.2148.3146.27
HexA43DAF64101F126302e
Octal2447525761010374466056
Binary10100100111101101011111101000001011111100100110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43DAF; }

 p { color: rgb(164,61,175); }

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

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

 a { background-color: rgb(164,61,175); }

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

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

 span { border-color: rgb(164,61,175); }

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