Html Css Color HEX #A8587F Royal Heath

📋 copy color: '#A8587F'

red 168 ◦ green 88 ◦ blue 127

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

Shades of Royal Heath #A8587F

Tints of Royal Heath #A8587F

RGB

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

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

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

R = 43.86%
G = 22.98%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8587F (or 0xA8587F) is known color: Royal Heath. HEX triplet: A8, 58 and 7F. RGB value is (168,88,127). Sum of RGB (Red+Green+Blue) = 168+88+127=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A8587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8587F is #57A780. Grayscale: #747474. Windows color (decimal): -5744513 or 8345768. OLE color: 8345768.

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

Color convert

RGB 168 88 127 -
CMYK 0 0.48 0.24 0.34
HSL 330.75º 0.31% 0.5% -
HSV(B) 330.75º 0.48% 0.66% -
XYZ 23.47 16.84 22.09 -
YUV 116.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 168 88 127 0 0.48 0.24 0.34 330.75 0.31 0.5
Hex A8 58 7F 0 30 18 22 14B 1F 32
Octal 250 130 177 0 60 30 42 513 37 62
Binary 10101000 1011000 1111111 0 110000 11000 100010 101001011 11111 110010

Color Harmonies of #A8587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8587F

Black with #A8587F

Text Example


Text Example

White with #A8587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8587F; }

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

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

background-color css

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

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

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

border-color css

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

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

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