#a33aaf

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

Shades of Deep Lilac #A33AAF

Tints of Deep Lilac #A33AAF

Color information

#A33AAF (or 0xA33AAF) is unknown color: approx Deep Lilac. HEX triplet: A3, 3A and AF. RGB value is (163,58,175). Sum of RGB (Red+Green+Blue) = 163+58+175=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #A33AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33AAF is #5CC550. Grayscale: #666666. Windows color (decimal): -6079825 or 11483811. OLE color: 11483811.

HSL color Cylindrical-coordinate representation of color #A33AAF: hue angle of 293.85º 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 #A33AAF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16358175-
CMYK0.070.6700.31
HSL293.85º50.21%45.69%-
HSV(B)293.85º66.86%68.63%-
XYZ24.3613.9141.96-
YUV102.73168.79170.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 58 (23.05% from 255) = 14.65%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=41.16%
G=14.65%
B=44.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163581750.070.6700.31293.8550.2145.69
HexA33AAF74301F126322e
Octal2437225771030374466256
Binary10100011111010101011111111000011011111100100110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33aaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33aaf; }

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

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

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

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

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

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

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

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