Html Css Color HEX #A8587C Royal Heath

📋 copy color: '#A8587C'

red 168 ◦ green 88 ◦ blue 124

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

Shades of Royal Heath #A8587C

Tints of Royal Heath #A8587C

RGB

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

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

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

R = 44.21%
G = 23.16%
B = 32.63%

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

#A8587C (or 0xA8587C) is known color: Royal Heath. HEX triplet: A8, 58 and 7C. RGB value is (168,88,124). Sum of RGB (Red+Green+Blue) = 168+88+124=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8587C is #57A783. Grayscale: #737373. Windows color (decimal): -5744516 or 8149160. OLE color: 8149160.

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

Color convert

RGB 168 88 124 -
CMYK 0 0.48 0.26 0.34
HSL 333º 0.31% 0.5% -
HSV(B) 333º 0.48% 0.66% -
XYZ 23.28 16.76 21.08 -
YUV 116.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 168 88 124 0 0.48 0.26 0.34 333 0.31 0.5
Hex A8 58 7C 0 30 1A 22 14D 1F 32
Octal 250 130 174 0 60 32 42 515 37 62
Binary 10101000 1011000 1111100 0 110000 11010 100010 101001101 11111 110010

Color Harmonies of #A8587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8587C

Black with #A8587C

Text Example


Text Example

White with #A8587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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