Html Css Color HEX #A05EB0 Deep Lilac

📋 copy color: '#A05EB0'

red 160 ◦ green 94 ◦ blue 176

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

Shades of Deep Lilac #A05EB0

Tints of Deep Lilac #A05EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.93%

R = 37.21%
G = 21.86%
B = 40.93%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A05EB0 (or 0xA05EB0) is known color: Deep Lilac. HEX triplet: A0, 5E and B0. RGB value is (160,94,176). Sum of RGB (Red+Green+Blue) = 160+94+176=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 176 - color contains mainly: blue. Hex color #A05EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05EB0 is #5FA14F. Grayscale: #7A7A7A. Windows color (decimal): -6267216 or 11558560. OLE color: 11558560.

HSL color Cylindrical-coordinate representation of color #A05EB0: hue angle of 288.29º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A05EB0 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 94 176 -
CMYK 0.09 0.47 0 0.31
HSL 288.29º 0.34% 0.53% -
HSV(B) 288.29º 0.47% 0.69% -
XYZ 26.34 18.61 43.28 -
YUV 123.08 157.87 154.33 -
System Red Green Blue C M Y K H S L
Decimal 160 94 176 0.09 0.47 0 0.31 288.29 0.34 0.53
Hex A0 5E B0 9 2F 0 1F 120 22 35
Octal 240 136 260 11 57 0 37 440 42 65
Binary 10100000 1011110 10110000 1001 101111 0 11111 100100000 100010 110101

Color Harmonies of #A05EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05EB0

Black with #A05EB0

Text Example


Text Example

White with #A05EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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