Html Css Color HEX #A8597C Royal Heath

📋 copy color: '#A8597C'

red 168 ◦ green 89 ◦ blue 124

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

Shades of Royal Heath #A8597C

Tints of Royal Heath #A8597C

RGB

 RED value IS 168 (66.02% from 255) = 44.09%

 GREEN value IS 89 (35.16% from 255) = 23.36%

 BLUE value IS 124 (48.83% from 255) = 32.55%

R = 44.09%
G = 23.36%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8597C (or 0xA8597C) is known color: Royal Heath. HEX triplet: A8, 59 and 7C. RGB value is (168,89,124). Sum of RGB (Red+Green+Blue) = 168+89+124=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8597C is #57A683. Grayscale: #747474. Windows color (decimal): -5744260 or 8149416. OLE color: 8149416.

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

Color convert

RGB 168 89 124 -
CMYK 0 0.47 0.26 0.34
HSL 333.42º 0.31% 0.5% -
HSV(B) 333.42º 0.47% 0.66% -
XYZ 23.36 16.92 21.1 -
YUV 116.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 168 89 124 0 0.47 0.26 0.34 333.42 0.31 0.5
Hex A8 59 7C 0 2F 1A 22 14D 1F 32
Octal 250 131 174 0 57 32 42 515 37 62
Binary 10101000 1011001 1111100 0 101111 11010 100010 101001101 11111 110010

Color Harmonies of #A8597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8597C

Black with #A8597C

Text Example


Text Example

White with #A8597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8597C; }

 p { color: rgb(168,89,124); }

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

background-color css

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

 a { background-color: rgb(168,89,124); }

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

border-color css

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

 span { border-color: rgb(168,89,124); }

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