Html Css Color HEX #A9487A Royal Heath

📋 copy color: '#A9487A'

red 169 ◦ green 72 ◦ blue 122

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

Shades of Royal Heath #A9487A

Tints of Royal Heath #A9487A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 46.56%
G = 19.83%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A9487A (or 0xA9487A) is known color: Royal Heath. HEX triplet: A9, 48 and 7A. RGB value is (169,72,122). Sum of RGB (Red+Green+Blue) = 169+72+122=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9487A is #56B785. Grayscale: #6A6A6A. Windows color (decimal): -5683078 or 8013993. OLE color: 8013993.

HSL color Cylindrical-coordinate representation of color #A9487A: hue angle of 329.07º 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 #A9487A is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 72 122 -
CMYK 0 0.57 0.28 0.34
HSL 329.07º 0.4% 0.47% -
HSV(B) 329.07º 0.57% 0.66% -
XYZ 22.19 14.47 20.04 -
YUV 106.7 136.64 172.43 -
System Red Green Blue C M Y K H S L
Decimal 169 72 122 0 0.57 0.28 0.34 329.07 0.4 0.47
Hex A9 48 7A 0 39 1C 22 149 28 2F
Octal 251 110 172 0 71 34 42 511 50 57
Binary 10101001 1001000 1111010 0 111001 11100 100010 101001001 101000 101111

Color Harmonies of #A9487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9487A

Black with #A9487A

Text Example


Text Example

White with #A9487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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