Html Css Color HEX #A04FBE Deep Lilac

📋 copy color: '#A04FBE'

red 160 ◦ green 79 ◦ blue 190

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

Shades of Deep Lilac #A04FBE

Tints of Deep Lilac #A04FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

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

R = 37.3%
G = 18.41%
B = 44.29%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A04FBE (or 0xA04FBE) is known color: Deep Lilac. HEX triplet: A0, 4F and BE. RGB value is (160,79,190). Sum of RGB (Red+Green+Blue) = 160+79+190=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #A04FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FBE is #5FB041. Grayscale: #737373. Windows color (decimal): -6271042 or 12472224. OLE color: 12472224.

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

Color convert

RGB 160 79 190 -
CMYK 0.16 0.58 0 0.25
HSL 283.78º 0.46% 0.53% -
HSV(B) 283.78º 0.58% 0.75% -
XYZ 26.59 16.78 50.55 -
YUV 115.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 160 79 190 0.16 0.58 0 0.25 283.78 0.46 0.53
Hex A0 4F BE 10 3A 0 19 11C 2E 35
Octal 240 117 276 20 72 0 31 434 56 65
Binary 10100000 1001111 10111110 10000 111010 0 11001 100011100 101110 110101

Color Harmonies of #A04FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FBE

Black with #A04FBE

Text Example


Text Example

White with #A04FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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