#A758CC

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

Shades of Deep Lilac #A758CC

Tints of Deep Lilac #A758CC

Color information

#A758CC (or 0xA758CC) is unknown color: approx Deep Lilac. HEX triplet: A7, 58 and CC. RGB value is (167,88,204). Sum of RGB (Red+Green+Blue) = 167+88+204=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #A758CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758CC is #58A733. Grayscale: #7C7C7C. Windows color (decimal): -5809972 or 13392039. OLE color: 13392039.

HSL color Cylindrical-coordinate representation of color #A758CC: hue angle of 280.86º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A758CC is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16788204-
CMYK0.180.5700.2
HSL280.86º53.21%57.25%-
HSV(B)280.86º56.86%80%-
XYZ30.3319.5559.3-
YUV124.84172.67158.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 88 (34.77% from 255) = 19.17%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=36.38%
G=19.17%
B=44.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal167882040.180.5700.2280.8653.2157.25
HexA758CC12390141193539
Octal24713031422710244316571
Binary1010011110110001100110010010111001010100100011001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A758CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A758CC; }

 p { color: rgb(167,88,204); }

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

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

 a { background-color: rgb(167,88,204); }

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

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

 span { border-color: rgb(167,88,204); }

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