Html Css Color HEX #A9587E Royal Heath

📋 copy color: '#A9587E'

red 169 ◦ green 88 ◦ blue 126

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

Shades of Royal Heath #A9587E

Tints of Royal Heath #A9587E

RGB

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

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

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

R = 44.13%
G = 22.98%
B = 32.9%

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

#A9587E (or 0xA9587E) is known color: Royal Heath. HEX triplet: A9, 58 and 7E. RGB value is (169,88,126). Sum of RGB (Red+Green+Blue) = 169+88+126=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A9587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9587E is #56A781. Grayscale: #747474. Windows color (decimal): -5678978 or 8280233. OLE color: 8280233.

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

Color convert

RGB 169 88 126 -
CMYK 0 0.48 0.25 0.34
HSL 331.85º 0.32% 0.5% -
HSV(B) 331.85º 0.48% 0.66% -
XYZ 23.62 16.92 21.76 -
YUV 116.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 169 88 126 0 0.48 0.25 0.34 331.85 0.32 0.5
Hex A9 58 7E 0 30 19 22 14C 20 32
Octal 251 130 176 0 60 31 42 514 40 62
Binary 10101001 1011000 1111110 0 110000 11001 100010 101001100 100000 110010

Color Harmonies of #A9587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9587E

Black with #A9587E

Text Example


Text Example

White with #A9587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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