Html Css Color HEX #A9477E Royal Heath

📋 copy color: '#A9477E'

red 169 ◦ green 71 ◦ blue 126

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

Shades of Royal Heath #A9477E

Tints of Royal Heath #A9477E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.4%

 BLUE value IS 126 (49.61% from 255) = 34.43%

R = 46.17%
G = 19.4%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A9477E (or 0xA9477E) is known color: Royal Heath. HEX triplet: A9, 47 and 7E. RGB value is (169,71,126). Sum of RGB (Red+Green+Blue) = 169+71+126=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A9477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9477E is #56B881. Grayscale: #6A6A6A. Windows color (decimal): -5683330 or 8275881. OLE color: 8275881.

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

Color convert

RGB 169 71 126 -
CMYK 0 0.58 0.25 0.34
HSL 326.33º 0.41% 0.47% -
HSV(B) 326.33º 0.58% 0.66% -
XYZ 22.38 14.45 21.35 -
YUV 106.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 169 71 126 0 0.58 0.25 0.34 326.33 0.41 0.47
Hex A9 47 7E 0 3A 19 22 146 29 2F
Octal 251 107 176 0 72 31 42 506 51 57
Binary 10101001 1000111 1111110 0 111010 11001 100010 101000110 101001 101111

Color Harmonies of #A9477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9477E

Black with #A9477E

Text Example


Text Example

White with #A9477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9477E; }

 p { color: rgb(169,71,126); }

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

background-color css

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

 a { background-color: rgb(169,71,126); }

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

border-color css

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

 span { border-color: rgb(169,71,126); }

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