Html Css Color HEX #A04DBB Deep Lilac

📋 copy color: '#A04DBB'

red 160 ◦ green 77 ◦ blue 187

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

Shades of Deep Lilac #A04DBB

Tints of Deep Lilac #A04DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.16%

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

R = 37.74%
G = 18.16%
B = 44.1%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A04DBB (or 0xA04DBB) is known color: Deep Lilac. HEX triplet: A0, 4D and BB. RGB value is (160,77,187). Sum of RGB (Red+Green+Blue) = 160+77+187=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #A04DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DBB is #5FB244. Grayscale: #727272. Windows color (decimal): -6271557 or 12275104. OLE color: 12275104.

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

Color convert

RGB 160 77 187 -
CMYK 0.14 0.59 0 0.27
HSL 285.27º 0.45% 0.52% -
HSV(B) 285.27º 0.59% 0.73% -
XYZ 26.12 16.37 48.8 -
YUV 114.36 169 160.56 -
System Red Green Blue C M Y K H S L
Decimal 160 77 187 0.14 0.59 0 0.27 285.27 0.45 0.52
Hex A0 4D BB E 3B 0 1B 11D 2D 34
Octal 240 115 273 16 73 0 33 435 55 64
Binary 10100000 1001101 10111011 1110 111011 0 11011 100011101 101101 110100

Color Harmonies of #A04DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DBB

Black with #A04DBB

Text Example


Text Example

White with #A04DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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