#A462BA

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

Shades of Deep Lilac #A462BA

Tints of Deep Lilac #A462BA

Color information

#A462BA (or 0xA462BA) is unknown color: approx Deep Lilac. HEX triplet: A4, 62 and BA. RGB value is (164,98,186). Sum of RGB (Red+Green+Blue) = 164+98+186=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #A462BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462BA is #5B9D45. Grayscale: #7F7F7F. Windows color (decimal): -6004038 or 12214948. OLE color: 12214948.

HSL color Cylindrical-coordinate representation of color #A462BA: hue angle of 285º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A462BA is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16498186-
CMYK0.120.4700.27
HSL285º38.94%55.69%-
HSV(B)285º47.31%72.94%-
XYZ28.5420.1748.84-
YUV127.77160.87153.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 98 (38.67% from 255) = 21.88%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=36.61%
G=21.88%
B=41.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164981860.120.4700.2728538.9455.69
HexA462BAC2F01B11d2738
Octal24414227214570334354770
Binary101001001100010101110101100101111011011100011101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A462BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A462BA; }

 p { color: rgb(164,98,186); }

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

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

 a { background-color: rgb(164,98,186); }

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

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

 span { border-color: rgb(164,98,186); }

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