#A752BC

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

Shades of Deep Lilac #A752BC

Tints of Deep Lilac #A752BC

Color information

#A752BC (or 0xA752BC) is unknown color: approx Deep Lilac. HEX triplet: A7, 52 and BC. RGB value is (167,82,188). Sum of RGB (Red+Green+Blue) = 167+82+188=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #A752BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752BC is #58AD43. Grayscale: #777777. Windows color (decimal): -5811524 or 12341927. OLE color: 12341927.

HSL color Cylindrical-coordinate representation of color #A752BC: hue angle of 288.11º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A752BC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16782188-
CMYK0.110.5600.26
HSL288.11º44.17%52.94%-
HSV(B)288.11º56.38%73.73%-
XYZ28.0317.8849.55-
YUV119.5166.66161.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 82 (32.42% from 255) = 18.76%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=38.22%
G=18.76%
B=43.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167821880.110.5600.26288.1144.1752.94
HexA752BCB3801A1202c35
Octal24712227413700324405465
Binary101001111010010101111001011111000011010100100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A752BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A752BC; }

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

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

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

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

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

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

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

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