Html Css Color HEX #A05EB8 Deep Lilac

📋 copy color: '#A05EB8'

red 160 ◦ green 94 ◦ blue 184

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

Shades of Deep Lilac #A05EB8

Tints of Deep Lilac #A05EB8

RGB

 RED value IS 160 (62.89% from 255) = 36.53%

 GREEN value IS 94 (37.11% from 255) = 21.46%

 BLUE value IS 184 (72.27% from 255) = 42.01%

R = 36.53%
G = 21.46%
B = 42.01%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A05EB8 (or 0xA05EB8) is known color: Deep Lilac. HEX triplet: A0, 5E and B8. RGB value is (160,94,184). Sum of RGB (Red+Green+Blue) = 160+94+184=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 184 - color contains mainly: blue. Hex color #A05EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EB8 is #5FA147. Grayscale: #7B7B7B. Windows color (decimal): -6267208 or 12082848. OLE color: 12082848.

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

Color convert

RGB 160 94 184 -
CMYK 0.13 0.49 0 0.28
HSL 284º 0.39% 0.55% -
HSV(B) 284º 0.49% 0.72% -
XYZ 27.15 18.94 47.57 -
YUV 123.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 160 94 184 0.13 0.49 0 0.28 284 0.39 0.55
Hex A0 5E B8 D 31 0 1C 11C 27 37
Octal 240 136 270 15 61 0 34 434 47 67
Binary 10100000 1011110 10111000 1101 110001 0 11100 100011100 100111 110111

Color Harmonies of #A05EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05EB8

Black with #A05EB8

Text Example


Text Example

White with #A05EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05EB8; }

 p { color: rgb(160,94,184); }

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

background-color css

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

 a { background-color: rgb(160,94,184); }

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

border-color css

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

 span { border-color: rgb(160,94,184); }

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