#a842b8

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

Shades of Deep Lilac #A842B8

Tints of Deep Lilac #A842B8

Color information

#A842B8 (or 0xA842B8) is unknown color: approx Deep Lilac. HEX triplet: A8, 42 and B8. RGB value is (168,66,184). Sum of RGB (Red+Green+Blue) = 168+66+184=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 184 - color contains mainly: blue. Hex color #A842B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842B8 is #57BD47. Grayscale: #6D6D6D. Windows color (decimal): -5750088 or 12075688. OLE color: 12075688.

HSL color Cylindrical-coordinate representation of color #A842B8: hue angle of 291.86º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A842B8 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16866184-
CMYK0.090.6400.28
HSL291.86º47.2%49.02%-
HSV(B)291.86º64.13%72.16%-
XYZ26.7515.6846.96-
YUV109.95169.79169.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 66 (26.17% from 255) = 15.79%
BLUE value IS 184 (72.27% from 255) = 44.02%
R=40.19%
G=15.79%
B=44.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168661840.090.6400.28291.8647.249.02
HexA842B894001C1242f31
Octal250102270111000344445761
Binary1010100010000101011100010011000000011100100100100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a842b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a842b8; }

 p { color: rgb(168,66,184); }

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

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

 a { background-color: rgb(168,66,184); }

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

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

 span { border-color: rgb(168,66,184); }

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