#A83AAF

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

Shades of Deep Lilac #A83AAF

Tints of Deep Lilac #A83AAF

Color information

#A83AAF (or 0xA83AAF) is unknown color: approx Deep Lilac. HEX triplet: A8, 3A and AF. RGB value is (168,58,175). Sum of RGB (Red+Green+Blue) = 168+58+175=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #A83AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83AAF is #57C550. Grayscale: #676767. Windows color (decimal): -5752145 or 11483816. OLE color: 11483816.

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

Color convert

RGB16858175-
CMYK0.040.6700.31
HSL296.41º50.21%45.69%-
HSV(B)296.41º66.86%68.63%-
XYZ25.414.4542.01-
YUV104.23167.94173.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 58 (23.05% from 255) = 14.46%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=41.90%
G=14.46%
B=43.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168581750.040.6700.31296.4150.2145.69
HexA83AAF44301F128322e
Octal2507225741030374506256
Binary10101000111010101011111001000011011111100101000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83AAF; }

 p { color: rgb(168,58,175); }

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

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

 a { background-color: rgb(168,58,175); }

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

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

 span { border-color: rgb(168,58,175); }

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