Html Css Color HEX #A04FB9 Deep Lilac

📋 copy color: '#A04FB9'

red 160 ◦ green 79 ◦ blue 185

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

Shades of Deep Lilac #A04FB9

Tints of Deep Lilac #A04FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.63%

R = 37.74%
G = 18.63%
B = 43.63%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A04FB9 (or 0xA04FB9) is known color: Deep Lilac. HEX triplet: A0, 4F and B9. RGB value is (160,79,185). Sum of RGB (Red+Green+Blue) = 160+79+185=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #A04FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FB9 is #5FB046. Grayscale: #727272. Windows color (decimal): -6271047 or 12144544. OLE color: 12144544.

HSL color Cylindrical-coordinate representation of color #A04FB9: hue angle of 285.85º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04FB9 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 79 185 -
CMYK 0.14 0.57 0 0.27
HSL 285.85º 0.43% 0.52% -
HSV(B) 285.85º 0.57% 0.73% -
XYZ 26.05 16.57 47.72 -
YUV 115.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 160 79 185 0.14 0.57 0 0.27 285.85 0.43 0.52
Hex A0 4F B9 E 39 0 1B 11E 2B 34
Octal 240 117 271 16 71 0 33 436 53 64
Binary 10100000 1001111 10111001 1110 111001 0 11011 100011110 101011 110100

Color Harmonies of #A04FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FB9

Black with #A04FB9

Text Example


Text Example

White with #A04FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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