Html Css Color HEX #A94877 Royal Heath

📋 copy color: '#A94877'

red 169 ◦ green 72 ◦ blue 119

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

Shades of Royal Heath #A94877

Tints of Royal Heath #A94877

RGB

 RED value IS 169 (66.41% from 255) = 46.94%

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

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 46.94%
G = 20%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A94877 (or 0xA94877) is known color: Royal Heath. HEX triplet: A9, 48 and 77. RGB value is (169,72,119). Sum of RGB (Red+Green+Blue) = 169+72+119=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A94877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94877 is #56B788. Grayscale: #6A6A6A. Windows color (decimal): -5683081 or 7817385. OLE color: 7817385.

HSL color Cylindrical-coordinate representation of color #A94877: hue angle of 330.93º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94877 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 72 119 -
CMYK 0 0.57 0.30 0.34
HSL 330.93º 0.4% 0.47% -
HSV(B) 330.93º 0.57% 0.66% -
XYZ 22.01 14.4 19.07 -
YUV 106.36 135.14 172.68 -
System Red Green Blue C M Y K H S L
Decimal 169 72 119 0 0.57 0.30 0.34 330.93 0.4 0.47
Hex A9 48 77 0 39 1E 22 14B 28 2F
Octal 251 110 167 0 71 36 42 513 50 57
Binary 10101001 1001000 1110111 0 111001 11110 100010 101001011 101000 101111

Color Harmonies of #A94877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94877

Black with #A94877

Text Example


Text Example

White with #A94877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94877; }

 p { color: rgb(169,72,119); }

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

background-color css

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

 a { background-color: rgb(169,72,119); }

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

border-color css

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

 span { border-color: rgb(169,72,119); }

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