Html Css Color HEX #A04FB8 Deep Lilac

📋 copy color: '#A04FB8'

red 160 ◦ green 79 ◦ blue 184

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

Shades of Deep Lilac #A04FB8

Tints of Deep Lilac #A04FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.5%

R = 37.83%
G = 18.68%
B = 43.5%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A04FB8 (or 0xA04FB8) is known color: Deep Lilac. HEX triplet: A0, 4F and B8. RGB value is (160,79,184). Sum of RGB (Red+Green+Blue) = 160+79+184=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 184 - color contains mainly: blue. Hex color #A04FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FB8 is #5FB047. Grayscale: #727272. Windows color (decimal): -6271048 or 12079008. OLE color: 12079008.

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

Color convert

RGB 160 79 184 -
CMYK 0.13 0.57 0 0.28
HSL 286.29º 0.43% 0.52% -
HSV(B) 286.29º 0.57% 0.72% -
XYZ 25.94 16.53 47.17 -
YUV 115.19 166.84 159.96 -
System Red Green Blue C M Y K H S L
Decimal 160 79 184 0.13 0.57 0 0.28 286.29 0.43 0.52
Hex A0 4F B8 D 39 0 1C 11E 2B 34
Octal 240 117 270 15 71 0 34 436 53 64
Binary 10100000 1001111 10111000 1101 111001 0 11100 100011110 101011 110100

Color Harmonies of #A04FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FB8

Black with #A04FB8

Text Example


Text Example

White with #A04FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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