Html Css Color HEX #A9587D Royal Heath

📋 copy color: '#A9587D'

red 169 ◦ green 88 ◦ blue 125

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

Shades of Royal Heath #A9587D

Tints of Royal Heath #A9587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 44.24%
G = 23.04%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9587D (or 0xA9587D) is known color: Royal Heath. HEX triplet: A9, 58 and 7D. RGB value is (169,88,125). Sum of RGB (Red+Green+Blue) = 169+88+125=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A9587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9587D is #56A782. Grayscale: #747474. Windows color (decimal): -5678979 or 8214697. OLE color: 8214697.

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

Color convert

RGB 169 88 125 -
CMYK 0 0.48 0.26 0.34
HSL 332.59º 0.32% 0.5% -
HSV(B) 332.59º 0.48% 0.66% -
XYZ 23.55 16.9 21.42 -
YUV 116.44 132.84 165.49 -
System Red Green Blue C M Y K H S L
Decimal 169 88 125 0 0.48 0.26 0.34 332.59 0.32 0.5
Hex A9 58 7D 0 30 1A 22 14D 20 32
Octal 251 130 175 0 60 32 42 515 40 62
Binary 10101001 1011000 1111101 0 110000 11010 100010 101001101 100000 110010

Color Harmonies of #A9587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9587D

Black with #A9587D

Text Example


Text Example

White with #A9587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9587D; }

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

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

background-color css

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

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

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

border-color css

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

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

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