Html Css Color HEX #A04CBB Deep Lilac

📋 copy color: '#A04CBB'

red 160 ◦ green 76 ◦ blue 187

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

Shades of Deep Lilac #A04CBB

Tints of Deep Lilac #A04CBB

RGB

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

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

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

R = 37.83%
G = 17.97%
B = 44.21%

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

#A04CBB (or 0xA04CBB) is known color: Deep Lilac. HEX triplet: A0, 4C and BB. RGB value is (160,76,187). Sum of RGB (Red+Green+Blue) = 160+76+187=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #A04CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CBB is #5FB344. Grayscale: #717171. Windows color (decimal): -6271813 or 12274848. OLE color: 12274848.

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

Color convert

RGB 160 76 187 -
CMYK 0.14 0.59 0 0.27
HSL 285.41º 0.45% 0.52% -
HSV(B) 285.41º 0.59% 0.73% -
XYZ 26.05 16.23 48.77 -
YUV 113.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 160 76 187 0.14 0.59 0 0.27 285.41 0.45 0.52
Hex A0 4C BB E 3B 0 1B 11D 2D 34
Octal 240 114 273 16 73 0 33 435 55 64
Binary 10100000 1001100 10111011 1110 111011 0 11011 100011101 101101 110100

Color Harmonies of #A04CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CBB

Black with #A04CBB

Text Example


Text Example

White with #A04CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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