#a43faf

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

Shades of Deep Lilac #A43FAF

Tints of Deep Lilac #A43FAF

Color information

#A43FAF (or 0xA43FAF) is unknown color: approx Deep Lilac. HEX triplet: A4, 3F and AF. RGB value is (164,63,175). Sum of RGB (Red+Green+Blue) = 164+63+175=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #A43FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43FAF is #5BC050. Grayscale: #696969. Windows color (decimal): -6013009 or 11485092. OLE color: 11485092.

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

Color convert

RGB16463175-
CMYK0.060.6400.31
HSL294.11º47.06%46.67%-
HSV(B)294.11º64%68.63%-
XYZ24.8314.5442.06-
YUV105.97166.96169.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 63 (25% from 255) = 15.67%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=40.80%
G=15.67%
B=43.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164631750.060.6400.31294.1147.0646.67
HexA43FAF64001F1262f2f
Octal2447725761000374465757
Binary10100100111111101011111101000000011111100100110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a43faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a43faf; }

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

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

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

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

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

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

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

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