#A35FB3

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

Shades of Deep Lilac #A35FB3

Tints of Deep Lilac #A35FB3

Color information

#A35FB3 (or 0xA35FB3) is unknown color: approx Deep Lilac. HEX triplet: A3, 5F and B3. RGB value is (163,95,179). Sum of RGB (Red+Green+Blue) = 163+95+179=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 179 - color contains mainly: blue. Hex color #A35FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FB3 is #5CA04C. Grayscale: #7C7C7C. Windows color (decimal): -6070349 or 11755427. OLE color: 11755427.

HSL color Cylindrical-coordinate representation of color #A35FB3: hue angle of 288.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35FB3 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16395179-
CMYK0.090.4700.30
HSL288.57º35.59%53.73%-
HSV(B)288.57º46.93%70.2%-
XYZ27.3319.2344.92-
YUV124.91158.53155.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=37.30%
G=21.74%
B=40.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal163951790.090.4700.30288.5735.5953.73
HexA35FB392F01E1212436
Octal24313726311570364414466
Binary101000111011111101100111001101111011110100100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35FB3; }

 p { color: rgb(163,95,179); }

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

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

 a { background-color: rgb(163,95,179); }

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

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

 span { border-color: rgb(163,95,179); }

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