Html Css Color HEX #A9557F Royal Heath

📋 copy color: '#A9557F'

red 169 ◦ green 85 ◦ blue 127

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

Shades of Royal Heath #A9557F

Tints of Royal Heath #A9557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.31%

 BLUE value IS 127 (50% from 255) = 33.33%

R = 44.36%
G = 22.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A9557F (or 0xA9557F) is known color: Royal Heath. HEX triplet: A9, 55 and 7F. RGB value is (169,85,127). Sum of RGB (Red+Green+Blue) = 169+85+127=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A9557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9557F is #56AA80. Grayscale: #727272. Windows color (decimal): -5679745 or 8345001. OLE color: 8345001.

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

Color convert

RGB 169 85 127 -
CMYK 0 0.50 0.25 0.34
HSL 330º 0.33% 0.5% -
HSV(B) 330º 0.5% 0.66% -
XYZ 23.44 16.46 22.02 -
YUV 114.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 169 85 127 0 0.50 0.25 0.34 330 0.33 0.5
Hex A9 55 7F 0 32 19 22 14A 21 32
Octal 251 125 177 0 62 31 42 512 41 62
Binary 10101001 1010101 1111111 0 110010 11001 100010 101001010 100001 110010

Color Harmonies of #A9557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9557F

Black with #A9557F

Text Example


Text Example

White with #A9557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9557F; }

 p { color: rgb(169,85,127); }

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

background-color css

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

 a { background-color: rgb(169,85,127); }

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

border-color css

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

 span { border-color: rgb(169,85,127); }

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