#A942B4

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

Shades of Deep Lilac #A942B4

Tints of Deep Lilac #A942B4

Color information

#A942B4 (or 0xA942B4) is unknown color: approx Deep Lilac. HEX triplet: A9, 42 and B4. RGB value is (169,66,180). Sum of RGB (Red+Green+Blue) = 169+66+180=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #A942B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942B4 is #56BD4B. Grayscale: #6D6D6D. Windows color (decimal): -5684556 or 11813545. OLE color: 11813545.

HSL color Cylindrical-coordinate representation of color #A942B4: hue angle of 294.21º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A942B4 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16966180-
CMYK0.060.6300.29
HSL294.21º46.34%48.24%-
HSV(B)294.21º63.33%70.59%-
XYZ26.5515.6344.8-
YUV109.79167.62170.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 66 (26.17% from 255) = 15.90%
BLUE value IS 180 (70.70% from 255) = 43.37%
R=40.72%
G=15.90%
B=43.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169661800.060.6300.29294.2146.3448.24
HexA942B463F01D1262e30
Octal2511022646770354465660
Binary10101001100001010110100110111111011101100100110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A942B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A942B4; }

 p { color: rgb(169,66,180); }

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

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

 a { background-color: rgb(169,66,180); }

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

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

 span { border-color: rgb(169,66,180); }

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