#A35BB3

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

Shades of Deep Lilac #A35BB3

Tints of Deep Lilac #A35BB3

Color information

#A35BB3 (or 0xA35BB3) is unknown color: approx Deep Lilac. HEX triplet: A3, 5B and B3. RGB value is (163,91,179). Sum of RGB (Red+Green+Blue) = 163+91+179=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #A35BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35BB3 is #5CA44C. Grayscale: #7A7A7A. Windows color (decimal): -6071373 or 11754403. OLE color: 11754403.

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

Color convert

RGB16391179-
CMYK0.090.4900.30
HSL289.09º36.67%52.94%-
HSV(B)289.09º49.16%70.2%-
XYZ26.9818.5244.8-
YUV122.56159.85156.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=37.64%
G=21.02%
B=41.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal163911790.090.4900.30289.0936.6752.94
HexA35BB393101E1212535
Octal24313326311610364414565
Binary101000111011011101100111001110001011110100100001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35BB3; }

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

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

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

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

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

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

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

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