Html Css Color HEX #A04881 Royal Heath

📋 copy color: '#A04881'

red 160 ◦ green 72 ◦ blue 129

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

Shades of Royal Heath #A04881

Tints of Royal Heath #A04881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

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

R = 44.32%
G = 19.94%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A04881 (or 0xA04881) is known color: Royal Heath. HEX triplet: A0, 48 and 81. RGB value is (160,72,129). Sum of RGB (Red+Green+Blue) = 160+72+129=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04881 is #5FB77E. Grayscale: #686868. Windows color (decimal): -6272895 or 8472736. OLE color: 8472736.

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

Color convert

RGB 160 72 129 -
CMYK 0 0.55 0.19 0.37
HSL 321.14º 0.38% 0.45% -
HSV(B) 321.14º 0.55% 0.63% -
XYZ 20.78 13.69 22.32 -
YUV 104.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 160 72 129 0 0.55 0.19 0.37 321.14 0.38 0.45
Hex A0 48 81 0 37 13 25 141 26 2D
Octal 240 110 201 0 67 23 45 501 46 55
Binary 10100000 1001000 10000001 0 110111 10011 100101 101000001 100110 101101

Color Harmonies of #A04881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04881

Black with #A04881

Text Example


Text Example

White with #A04881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04881; }

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

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

background-color css

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

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

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

border-color css

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

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

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