#a95fc4

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

Shades of Deep Lilac #A95FC4

Tints of Deep Lilac #A95FC4

Color information

#A95FC4 (or 0xA95FC4) is unknown color: approx Deep Lilac. HEX triplet: A9, 5F and C4. RGB value is (169,95,196). Sum of RGB (Red+Green+Blue) = 169+95+196=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 196 - color contains mainly: blue. Hex color #A95FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FC4 is #56A03B. Grayscale: #808080. Windows color (decimal): -5677116 or 12869545. OLE color: 12869545.

HSL color Cylindrical-coordinate representation of color #A95FC4: hue angle of 283.96º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A95FC4 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16995196-
CMYK0.140.5200.23
HSL283.96º46.12%57.06%-
HSV(B)283.96º51.53%76.86%-
XYZ30.4220.654.6-
YUV128.64166.02156.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 95 (37.5% from 255) = 20.65%
BLUE value IS 196 (76.95% from 255) = 42.61%
R=36.74%
G=20.65%
B=42.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal169951960.140.5200.23283.9646.1257.06
HexA95FC4E3401711c2e39
Octal25113730416640274345671
Binary101010011011111110001001110110100010111100011100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95fc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95fc4; }

 p { color: rgb(169,95,196); }

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

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

 a { background-color: rgb(169,95,196); }

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

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

 span { border-color: rgb(169,95,196); }

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