Html Css Color HEX #A05EBF Deep Lilac

📋 copy color: '#A05EBF'

red 160 ◦ green 94 ◦ blue 191

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

Shades of Deep Lilac #A05EBF

Tints of Deep Lilac #A05EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.92%

R = 35.96%
G = 21.12%
B = 42.92%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A05EBF (or 0xA05EBF) is known color: Deep Lilac. HEX triplet: A0, 5E and BF. RGB value is (160,94,191). Sum of RGB (Red+Green+Blue) = 160+94+191=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #A05EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EBF is #5FA140. Grayscale: #7C7C7C. Windows color (decimal): -6267201 or 12541600. OLE color: 12541600.

HSL color Cylindrical-coordinate representation of color #A05EBF: hue angle of 280.82º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A05EBF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 94 191 -
CMYK 0.16 0.51 0 0.25
HSL 280.82º 0.43% 0.56% -
HSV(B) 280.82º 0.51% 0.75% -
XYZ 27.9 19.24 51.53 -
YUV 124.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 160 94 191 0.16 0.51 0 0.25 280.82 0.43 0.56
Hex A0 5E BF 10 33 0 19 119 2B 38
Octal 240 136 277 20 63 0 31 431 53 70
Binary 10100000 1011110 10111111 10000 110011 0 11001 100011001 101011 111000

Color Harmonies of #A05EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05EBF

Black with #A05EBF

Text Example


Text Example

White with #A05EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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