#A35AB1

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

Shades of Deep Lilac #A35AB1

Tints of Deep Lilac #A35AB1

Color information

#A35AB1 (or 0xA35AB1) is unknown color: approx Deep Lilac. HEX triplet: A3, 5A and B1. RGB value is (163,90,177). Sum of RGB (Red+Green+Blue) = 163+90+177=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 177 - color contains mainly: blue. Hex color #A35AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35AB1 is #5CA54E. Grayscale: #797979. Windows color (decimal): -6071631 or 11623075. OLE color: 11623075.

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

Color convert

RGB16390177-
CMYK0.080.4900.31
HSL290.34º35.8%52.35%-
HSV(B)290.34º49.15%69.41%-
XYZ26.718.2743.72-
YUV121.74159.18157.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 90 (35.55% from 255) = 20.93%
BLUE value IS 177 (69.53% from 255) = 41.16%
R=37.91%
G=20.93%
B=41.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163901770.080.4900.31290.3435.852.35
HexA35AB183101F1222434
Octal24313226110610374424464
Binary101000111011010101100011000110001011111100100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35AB1; }

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

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

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

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

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

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

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

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