#A35FB1

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

Shades of Deep Lilac #A35FB1

Tints of Deep Lilac #A35FB1

Color information

#A35FB1 (or 0xA35FB1) is unknown color: approx Deep Lilac. HEX triplet: A3, 5F and B1. RGB value is (163,95,177). Sum of RGB (Red+Green+Blue) = 163+95+177=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #A35FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35FB1 is #5CA04E. Grayscale: #7C7C7C. Windows color (decimal): -6070351 or 11624355. OLE color: 11624355.

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

Color convert

RGB16395177-
CMYK0.080.4600.31
HSL289.76º34.45%53.33%-
HSV(B)289.76º46.33%69.41%-
XYZ27.1319.1543.86-
YUV124.68157.53155.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 95 (37.5% from 255) = 21.84%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=37.47%
G=21.84%
B=40.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163951770.080.4600.31289.7634.4553.33
HexA35FB182E01F1222235
Octal24313726110560374424265
Binary101000111011111101100011000101110011111100100010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35FB1; }

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

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

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

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

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

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

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

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