#A34FBB

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

Shades of Deep Lilac #A34FBB

Tints of Deep Lilac #A34FBB

Color information

#A34FBB (or 0xA34FBB) is unknown color: approx Deep Lilac. HEX triplet: A3, 4F and BB. RGB value is (163,79,187). Sum of RGB (Red+Green+Blue) = 163+79+187=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #A34FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FBB is #5CB044. Grayscale: #747474. Windows color (decimal): -6074437 or 12275619. OLE color: 12275619.

HSL color Cylindrical-coordinate representation of color #A34FBB: hue angle of 286.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34FBB is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16379187-
CMYK0.130.5800.27
HSL286.67º44.26%52.16%-
HSV(B)286.67º57.75%73.33%-
XYZ26.8716.9748.87-
YUV116.43167.83161.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 79 (31.25% from 255) = 18.41%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=38.00%
G=18.41%
B=43.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163791870.130.5800.27286.6744.2652.16
HexA34FBBD3A01B11f2c34
Octal24311727315720334375464
Binary101000111001111101110111101111010011011100011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34FBB; }

 p { color: rgb(163,79,187); }

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

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

 a { background-color: rgb(163,79,187); }

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

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

 span { border-color: rgb(163,79,187); }

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