Html Css Color HEX #A05DBB Deep Lilac

📋 copy color: '#A05DBB'

red 160 ◦ green 93 ◦ blue 187

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

Shades of Deep Lilac #A05DBB

Tints of Deep Lilac #A05DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 36.36%
G = 21.14%
B = 42.5%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A05DBB (or 0xA05DBB) is known color: Deep Lilac. HEX triplet: A0, 5D and BB. RGB value is (160,93,187). Sum of RGB (Red+Green+Blue) = 160+93+187=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #A05DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DBB is #5FA244. Grayscale: #7B7B7B. Windows color (decimal): -6267461 or 12279200. OLE color: 12279200.

HSL color Cylindrical-coordinate representation of color #A05DBB: hue angle of 282.77º degrees, saturation: 0.41, 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 #A05DBB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 93 187 -
CMYK 0.14 0.50 0 0.27
HSL 282.77º 0.41% 0.55% -
HSV(B) 282.77º 0.5% 0.73% -
XYZ 27.38 18.89 49.22 -
YUV 123.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 160 93 187 0.14 0.50 0 0.27 282.77 0.41 0.55
Hex A0 5D BB E 32 0 1B 11B 29 37
Octal 240 135 273 16 62 0 33 433 51 67
Binary 10100000 1011101 10111011 1110 110010 0 11011 100011011 101001 110111

Color Harmonies of #A05DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05DBB

Black with #A05DBB

Text Example


Text Example

White with #A05DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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