Html Css Color HEX #A04BBA Deep Lilac

📋 copy color: '#A04BBA'

red 160 ◦ green 75 ◦ blue 186

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

Shades of Deep Lilac #A04BBA

Tints of Deep Lilac #A04BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.81%

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

R = 38%
G = 17.81%
B = 44.18%

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

#A04BBA (or 0xA04BBA) is known color: Deep Lilac. HEX triplet: A0, 4B and BA. RGB value is (160,75,186). Sum of RGB (Red+Green+Blue) = 160+75+186=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #A04BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BBA is #5FB445. Grayscale: #707070. Windows color (decimal): -6272070 or 12209056. OLE color: 12209056.

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

Color convert

RGB 160 75 186 -
CMYK 0.14 0.60 0 0.27
HSL 285.95º 0.45% 0.51% -
HSV(B) 285.95º 0.6% 0.73% -
XYZ 25.88 16.05 48.19 -
YUV 113.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 160 75 186 0.14 0.60 0 0.27 285.95 0.45 0.51
Hex A0 4B BA E 3C 0 1B 11E 2D 33
Octal 240 113 272 16 74 0 33 436 55 63
Binary 10100000 1001011 10111010 1110 111100 0 11011 100011110 101101 110011

Color Harmonies of #A04BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04BBA

Black with #A04BBA

Text Example


Text Example

White with #A04BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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