Html Css Color HEX #A04ABB Deep Lilac

📋 copy color: '#A04ABB'

red 160 ◦ green 74 ◦ blue 187

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

Shades of Deep Lilac #A04ABB

Tints of Deep Lilac #A04ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.58%

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

R = 38%
G = 17.58%
B = 44.42%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A04ABB (or 0xA04ABB) is known color: Deep Lilac. HEX triplet: A0, 4A and BB. RGB value is (160,74,187). Sum of RGB (Red+Green+Blue) = 160+74+187=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #A04ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ABB is #5FB544. Grayscale: #707070. Windows color (decimal): -6272325 or 12274336. OLE color: 12274336.

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

Color convert

RGB 160 74 187 -
CMYK 0.14 0.60 0 0.27
HSL 285.66º 0.45% 0.51% -
HSV(B) 285.66º 0.6% 0.73% -
XYZ 25.92 15.96 48.73 -
YUV 112.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 160 74 187 0.14 0.60 0 0.27 285.66 0.45 0.51
Hex A0 4A BB E 3C 0 1B 11E 2D 33
Octal 240 112 273 16 74 0 33 436 55 63
Binary 10100000 1001010 10111011 1110 111100 0 11011 100011110 101101 110011

Color Harmonies of #A04ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04ABB

Black with #A04ABB

Text Example


Text Example

White with #A04ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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