#A35CBD

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

Shades of Deep Lilac #A35CBD

Tints of Deep Lilac #A35CBD

Color information

#A35CBD (or 0xA35CBD) is unknown color: approx Deep Lilac. HEX triplet: A3, 5C and BD. RGB value is (163,92,189). Sum of RGB (Red+Green+Blue) = 163+92+189=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #A35CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CBD is #5CA342. Grayscale: #7B7B7B. Windows color (decimal): -6071107 or 12410019. OLE color: 12410019.

HSL color Cylindrical-coordinate representation of color #A35CBD: hue angle of 283.92º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A35CBD is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16392189-
CMYK0.140.5100.26
HSL283.92º42.36%55.1%-
HSV(B)283.92º51.32%74.12%-
XYZ28.1219.1150.35-
YUV124.29164.52155.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=36.71%
G=20.72%
B=42.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163921890.140.5100.26283.9242.3655.1
HexA35CBDE3301A11c2a37
Octal24313427516630324345267
Binary101000111011100101111011110110011011010100011100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35CBD; }

 p { color: rgb(163,92,189); }

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

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

 a { background-color: rgb(163,92,189); }

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

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

 span { border-color: rgb(163,92,189); }

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