Html Css Color HEX #A05EBC Deep Lilac

📋 copy color: '#A05EBC'

red 160 ◦ green 94 ◦ blue 188

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

Shades of Deep Lilac #A05EBC

Tints of Deep Lilac #A05EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.53%

R = 36.2%
G = 21.27%
B = 42.53%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A05EBC (or 0xA05EBC) is known color: Deep Lilac. HEX triplet: A0, 5E and BC. RGB value is (160,94,188). Sum of RGB (Red+Green+Blue) = 160+94+188=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #A05EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EBC is #5FA143. Grayscale: #7C7C7C. Windows color (decimal): -6267204 or 12344992. OLE color: 12344992.

HSL color Cylindrical-coordinate representation of color #A05EBC: hue angle of 282.13º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05EBC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 94 188 -
CMYK 0.15 0.50 0 0.26
HSL 282.13º 0.41% 0.55% -
HSV(B) 282.13º 0.5% 0.74% -
XYZ 27.58 19.11 49.81 -
YUV 124.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 160 94 188 0.15 0.50 0 0.26 282.13 0.41 0.55
Hex A0 5E BC F 32 0 1A 11A 29 37
Octal 240 136 274 17 62 0 32 432 51 67
Binary 10100000 1011110 10111100 1111 110010 0 11010 100011010 101001 110111

Color Harmonies of #A05EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05EBC

Black with #A05EBC

Text Example


Text Example

White with #A05EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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