Html Css Color HEX #A05FBA Deep Lilac

📋 copy color: '#A05FBA'

red 160 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #A05FBA

Tints of Deep Lilac #A05FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.54%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 36.28%
G = 21.54%
B = 42.18%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A05FBA (or 0xA05FBA) is known color: Deep Lilac. HEX triplet: A0, 5F and BA. RGB value is (160,95,186). Sum of RGB (Red+Green+Blue) = 160+95+186=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #A05FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FBA is #5FA045. Grayscale: #7C7C7C. Windows color (decimal): -6266950 or 12214176. OLE color: 12214176.

HSL color Cylindrical-coordinate representation of color #A05FBA: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05FBA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 95 186 -
CMYK 0.14 0.49 0 0.27
HSL 282.86º 0.4% 0.55% -
HSV(B) 282.86º 0.49% 0.73% -
XYZ 27.45 19.2 48.71 -
YUV 124.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 160 95 186 0.14 0.49 0 0.27 282.86 0.4 0.55
Hex A0 5F BA E 31 0 1B 11B 28 37
Octal 240 137 272 16 61 0 33 433 50 67
Binary 10100000 1011111 10111010 1110 110001 0 11011 100011011 101000 110111

Color Harmonies of #A05FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FBA

Black with #A05FBA

Text Example


Text Example

White with #A05FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FBA; }

 p { color: rgb(160,95,186); }

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

background-color css

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

 a { background-color: rgb(160,95,186); }

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

border-color css

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

 span { border-color: rgb(160,95,186); }

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