Html Css Color HEX #A05DBF Deep Lilac

📋 copy color: '#A05DBF'

red 160 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #A05DBF

Tints of Deep Lilac #A05DBF

RGB

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

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

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

R = 36.04%
G = 20.95%
B = 43.02%

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

#A05DBF (or 0xA05DBF) is known color: Deep Lilac. HEX triplet: A0, 5D and BF. RGB value is (160,93,191). Sum of RGB (Red+Green+Blue) = 160+93+191=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #A05DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DBF is #5FA240. Grayscale: #7B7B7B. Windows color (decimal): -6267457 or 12541344. OLE color: 12541344.

HSL color Cylindrical-coordinate representation of color #A05DBF: hue angle of 281.02º 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 #A05DBF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 93 191 -
CMYK 0.16 0.51 0 0.25
HSL 281.02º 0.43% 0.56% -
HSV(B) 281.02º 0.51% 0.75% -
XYZ 27.82 19.06 51.5 -
YUV 124.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 160 93 191 0.16 0.51 0 0.25 281.02 0.43 0.56
Hex A0 5D BF 10 33 0 19 119 2B 38
Octal 240 135 277 20 63 0 31 431 53 70
Binary 10100000 1011101 10111111 10000 110011 0 11001 100011001 101011 111000

Color Harmonies of #A05DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05DBF

Black with #A05DBF

Text Example


Text Example

White with #A05DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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