#A752B4

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

Shades of Deep Lilac #A752B4

Tints of Deep Lilac #A752B4

Color information

#A752B4 (or 0xA752B4) is unknown color: approx Deep Lilac. HEX triplet: A7, 52 and B4. RGB value is (167,82,180). Sum of RGB (Red+Green+Blue) = 167+82+180=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #A752B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752B4 is #58AD4B. Grayscale: #767676. Windows color (decimal): -5811532 or 11817639. OLE color: 11817639.

HSL color Cylindrical-coordinate representation of color #A752B4: hue angle of 292.04º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A752B4 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16782180-
CMYK0.070.5400.29
HSL292.04º39.52%51.37%-
HSV(B)292.04º54.44%70.59%-
XYZ27.1917.5545.13-
YUV118.59162.66162.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 180 (70.70% from 255) = 41.96%
R=38.93%
G=19.11%
B=41.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167821800.070.5400.29292.0439.5251.37
HexA752B473601D1242833
Octal2471222647660354445063
Binary10100111101001010110100111110110011101100100100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A752B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A752B4; }

 p { color: rgb(167,82,180); }

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

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

 a { background-color: rgb(167,82,180); }

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

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

 span { border-color: rgb(167,82,180); }

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