#A745BC

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

Shades of Deep Lilac #A745BC

Tints of Deep Lilac #A745BC

Color information

#A745BC (or 0xA745BC) is unknown color: approx Deep Lilac. HEX triplet: A7, 45 and BC. RGB value is (167,69,188). Sum of RGB (Red+Green+Blue) = 167+69+188=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #A745BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A745BC is #58BA43. Grayscale: #6F6F6F. Windows color (decimal): -5814852 or 12338599. OLE color: 12338599.

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

Color convert

RGB16769188-
CMYK0.110.6300.26
HSL289.41º47.04%50.39%-
HSV(B)289.41º63.3%73.73%-
XYZ27.1416.149.25-
YUV111.87170.97167.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 69 (27.34% from 255) = 16.27%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=39.39%
G=16.27%
B=44.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167691880.110.6300.26289.4147.0450.39
HexA745BCB3F01A1212f32
Octal24710527413770324415762
Binary101001111000101101111001011111111011010100100001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A745BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A745BC; }

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

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

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

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

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

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

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

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