#A755CA

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

Shades of Deep Lilac #A755CA

Tints of Deep Lilac #A755CA

Color information

#A755CA (or 0xA755CA) is unknown color: approx Deep Lilac. HEX triplet: A7, 55 and CA. RGB value is (167,85,202). Sum of RGB (Red+Green+Blue) = 167+85+202=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #A755CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755CA is #58AA35. Grayscale: #7A7A7A. Windows color (decimal): -5810742 or 13260199. OLE color: 13260199.

HSL color Cylindrical-coordinate representation of color #A755CA: hue angle of 282.05º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A755CA is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16785202-
CMYK0.170.5800.21
HSL282.05º52.47%56.27%-
HSV(B)282.05º57.92%79.22%-
XYZ29.8518.9857.97-
YUV122.86172.67159.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.78%
GREEN value IS 85 (33.59% from 255) = 18.72%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=36.78%
G=18.72%
B=44.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167852020.170.5800.21282.0552.4756.27
HexA755CA113A01511a3438
Octal24712531221720254326470
Binary1010011110101011100101010001111010010101100011010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A755CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A755CA; }

 p { color: rgb(167,85,202); }

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

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

 a { background-color: rgb(167,85,202); }

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

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

 span { border-color: rgb(167,85,202); }

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