Html Css Color HEX #A04BBE Deep Lilac

📋 copy color: '#A04BBE'

red 160 ◦ green 75 ◦ blue 190

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

Shades of Deep Lilac #A04BBE

Tints of Deep Lilac #A04BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 37.65%
G = 17.65%
B = 44.71%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A04BBE (or 0xA04BBE) is known color: Deep Lilac. HEX triplet: A0, 4B and BE. RGB value is (160,75,190). Sum of RGB (Red+Green+Blue) = 160+75+190=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #A04BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BBE is #5FB441. Grayscale: #717171. Windows color (decimal): -6272066 or 12471200. OLE color: 12471200.

HSL color Cylindrical-coordinate representation of color #A04BBE: hue angle of 284.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A04BBE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 75 190 -
CMYK 0.16 0.61 0 0.25
HSL 284.35º 0.47% 0.52% -
HSV(B) 284.35º 0.61% 0.75% -
XYZ 26.31 16.22 50.46 -
YUV 113.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 160 75 190 0.16 0.61 0 0.25 284.35 0.47 0.52
Hex A0 4B BE 10 3D 0 19 11C 2F 34
Octal 240 113 276 20 75 0 31 434 57 64
Binary 10100000 1001011 10111110 10000 111101 0 11001 100011100 101111 110100

Color Harmonies of #A04BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04BBE

Black with #A04BBE

Text Example


Text Example

White with #A04BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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