Html Css Color HEX #A456BE Deep Lilac

📋 copy color: '#A456BE'

red 164 ◦ green 86 ◦ blue 190

#A456BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A456BE

Tints of Deep Lilac #A456BE

RGB

 RED value IS 164 (64.45% from 255) = 37.27%

 GREEN value IS 86 (33.98% from 255) = 19.55%

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 37.27%
G = 19.55%
B = 43.18%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A456BE (or 0xA456BE) is known color: Deep Lilac. HEX triplet: A4, 56 and BE. RGB value is (164,86,190). Sum of RGB (Red+Green+Blue) = 164+86+190=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #A456BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456BE is #5BA941. Grayscale: #787878. Windows color (decimal): -6007106 or 12474020. OLE color: 12474020.

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

Color convert

RGB 164 86 190 -
CMYK 0.14 0.55 0 0.25
HSL 285º 0.44% 0.54% -
HSV(B) 285º 0.55% 0.75% -
XYZ 27.93 18.27 50.77 -
YUV 121.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 164 86 190 0.14 0.55 0 0.25 285 0.44 0.54
Hex A4 56 BE E 37 0 19 11D 2C 36
Octal 244 126 276 16 67 0 31 435 54 66
Binary 10100100 1010110 10111110 1110 110111 0 11001 100011101 101100 110110

Color Harmonies of #A456BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A456BE

Black with #A456BE

Text Example


Text Example

White with #A456BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A456BE; }

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

 H1.HeaderClassName
 {
   color: #A456BE;
 }
 .AnyTagClassName
 {
   color: #A456BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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