#A758CA

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

Shades of Deep Lilac #A758CA

Tints of Deep Lilac #A758CA

Color information

#A758CA (or 0xA758CA) is unknown color: approx Deep Lilac. HEX triplet: A7, 58 and CA. RGB value is (167,88,202). Sum of RGB (Red+Green+Blue) = 167+88+202=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #A758CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758CA is #58A735. Grayscale: #7C7C7C. Windows color (decimal): -5809974 or 13260967. OLE color: 13260967.

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

Color convert

RGB16788202-
CMYK0.170.5600.21
HSL281.58º51.82%56.86%-
HSV(B)281.58º56.44%79.22%-
XYZ30.0919.4658.05-
YUV124.62171.67158.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 88 (34.77% from 255) = 19.26%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=36.54%
G=19.26%
B=44.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167882020.170.5600.21281.5851.8256.86
HexA758CA113801511a3439
Octal24713031221700254326471
Binary1010011110110001100101010001111000010101100011010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A758CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A758CA; }

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

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

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

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

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

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

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

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