Html Css Color HEX #A04981 Royal Heath

📋 copy color: '#A04981'

red 160 ◦ green 73 ◦ blue 129

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

Shades of Royal Heath #A04981

Tints of Royal Heath #A04981

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 44.2%
G = 20.17%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A04981 (or 0xA04981) is known color: Royal Heath. HEX triplet: A0, 49 and 81. RGB value is (160,73,129). Sum of RGB (Red+Green+Blue) = 160+73+129=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A04981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04981 is #5FB67E. Grayscale: #696969. Windows color (decimal): -6272639 or 8472992. OLE color: 8472992.

HSL color Cylindrical-coordinate representation of color #A04981: hue angle of 321.38º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04981 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 129 -
CMYK 0 0.54 0.19 0.37
HSL 321.38º 0.37% 0.46% -
HSV(B) 321.38º 0.54% 0.63% -
XYZ 20.84 13.82 22.34 -
YUV 105.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 160 73 129 0 0.54 0.19 0.37 321.38 0.37 0.46
Hex A0 49 81 0 36 13 25 141 25 2E
Octal 240 111 201 0 66 23 45 501 45 56
Binary 10100000 1001001 10000001 0 110110 10011 100101 101000001 100101 101110

Color Harmonies of #A04981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04981

Black with #A04981

Text Example


Text Example

White with #A04981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04981; }

 p { color: rgb(160,73,129); }

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

background-color css

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

 a { background-color: rgb(160,73,129); }

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

border-color css

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

 span { border-color: rgb(160,73,129); }

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