Html Css Color HEX #A05DBA Deep Lilac

📋 copy color: '#A05DBA'

red 160 ◦ green 93 ◦ blue 186

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

Shades of Deep Lilac #A05DBA

Tints of Deep Lilac #A05DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.18%

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

R = 36.45%
G = 21.18%
B = 42.37%

CMYK

 C value IS 0.14

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A05DBA (or 0xA05DBA) is known color: Deep Lilac. HEX triplet: A0, 5D and BA. RGB value is (160,93,186). Sum of RGB (Red+Green+Blue) = 160+93+186=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #A05DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DBA is #5FA245. Grayscale: #7B7B7B. Windows color (decimal): -6267462 or 12213664. OLE color: 12213664.

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

Color convert

RGB 160 93 186 -
CMYK 0.14 0.5 0 0.27
HSL 283.23º 0.4% 0.55% -
HSV(B) 283.23º 0.5% 0.73% -
XYZ 27.27 18.85 48.65 -
YUV 123.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 160 93 186 0.14 0.5 0 0.27 283.23 0.4 0.55
Hex A0 5D BA E 32 0 1B 11B 28 37
Octal 240 135 272 16 62 0 33 433 50 67
Binary 10100000 1011101 10111010 1110 110010 0 11011 100011011 101000 110111

Color Harmonies of #A05DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05DBA

Black with #A05DBA

Text Example


Text Example

White with #A05DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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