#A468BE

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

Shades of Deep Lilac #A468BE

Tints of Deep Lilac #A468BE

Color information

#A468BE (or 0xA468BE) is unknown color: approx Deep Lilac. HEX triplet: A4, 68 and BE. RGB value is (164,104,190). Sum of RGB (Red+Green+Blue) = 164+104+190=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #A468BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468BE is #5B9741. Grayscale: #838383. Windows color (decimal): -6002498 or 12478628. OLE color: 12478628.

HSL color Cylindrical-coordinate representation of color #A468BE: hue angle of 281.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A468BE is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164104190-
CMYK0.140.4500.25
HSL281.86º39.81%57.65%-
HSV(B)281.86º45.26%74.51%-
XYZ29.5521.5151.31-
YUV131.74160.88151.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 104 (41.02% from 255) = 22.71%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=35.81%
G=22.71%
B=41.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641041900.140.4500.25281.8639.8157.65
HexA468BEE2D01911a283a
Octal24415027616550314325072
Binary101001001101000101111101110101101011001100011010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468BE; }

 p { color: rgb(164,104,190); }

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

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

 a { background-color: rgb(164,104,190); }

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

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

 span { border-color: rgb(164,104,190); }

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