Html Css Color HEX #A9587F Royal Heath

📋 copy color: '#A9587F'

red 169 ◦ green 88 ◦ blue 127

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

Shades of Royal Heath #A9587F

Tints of Royal Heath #A9587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.92%

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

R = 44.01%
G = 22.92%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A9587F (or 0xA9587F) is known color: Royal Heath. HEX triplet: A9, 58 and 7F. RGB value is (169,88,127). Sum of RGB (Red+Green+Blue) = 169+88+127=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A9587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9587F is #56A780. Grayscale: #747474. Windows color (decimal): -5678977 or 8345769. OLE color: 8345769.

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

Color convert

RGB 169 88 127 -
CMYK 0 0.48 0.25 0.34
HSL 331.11º 0.32% 0.5% -
HSV(B) 331.11º 0.48% 0.66% -
XYZ 23.68 16.95 22.1 -
YUV 116.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 169 88 127 0 0.48 0.25 0.34 331.11 0.32 0.5
Hex A9 58 7F 0 30 19 22 14B 20 32
Octal 251 130 177 0 60 31 42 513 40 62
Binary 10101001 1011000 1111111 0 110000 11001 100010 101001011 100000 110010

Color Harmonies of #A9587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9587F

Black with #A9587F

Text Example


Text Example

White with #A9587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9587F; }

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

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

background-color css

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

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

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

border-color css

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

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

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