Html Css Color HEX #A04CBA Deep Lilac

📋 copy color: '#A04CBA'

red 160 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #A04CBA

Tints of Deep Lilac #A04CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.01%

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

R = 37.91%
G = 18.01%
B = 44.08%

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

#A04CBA (or 0xA04CBA) is known color: Deep Lilac. HEX triplet: A0, 4C and BA. RGB value is (160,76,186). Sum of RGB (Red+Green+Blue) = 160+76+186=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #A04CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CBA is #5FB345. Grayscale: #717171. Windows color (decimal): -6271814 or 12209312. OLE color: 12209312.

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

Color convert

RGB 160 76 186 -
CMYK 0.14 0.59 0 0.27
HSL 285.82º 0.44% 0.51% -
HSV(B) 285.82º 0.59% 0.73% -
XYZ 25.94 16.19 48.21 -
YUV 113.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 160 76 186 0.14 0.59 0 0.27 285.82 0.44 0.51
Hex A0 4C BA E 3B 0 1B 11E 2C 33
Octal 240 114 272 16 73 0 33 436 54 63
Binary 10100000 1001100 10111010 1110 111011 0 11011 100011110 101100 110011

Color Harmonies of #A04CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CBA

Black with #A04CBA

Text Example


Text Example

White with #A04CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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