Html Css Color HEX #A7587E Royal Heath

📋 copy color: '#A7587E'

red 167 ◦ green 88 ◦ blue 126

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

Shades of Royal Heath #A7587E

Tints of Royal Heath #A7587E

RGB

 RED value IS 167 (65.63% from 255) = 43.83%

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

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

R = 43.83%
G = 23.1%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7587E (or 0xA7587E) is known color: Royal Heath. HEX triplet: A7, 58 and 7E. RGB value is (167,88,126). Sum of RGB (Red+Green+Blue) = 167+88+126=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A7587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7587E is #58A781. Grayscale: #737373. Windows color (decimal): -5810050 or 8280231. OLE color: 8280231.

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

Color convert

RGB 167 88 126 -
CMYK 0 0.47 0.25 0.35
HSL 331.14º 0.31% 0.5% -
HSV(B) 331.14º 0.47% 0.65% -
XYZ 23.19 16.7 21.74 -
YUV 115.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 167 88 126 0 0.47 0.25 0.35 331.14 0.31 0.5
Hex A7 58 7E 0 2F 19 23 14B 1F 32
Octal 247 130 176 0 57 31 43 513 37 62
Binary 10100111 1011000 1111110 0 101111 11001 100011 101001011 11111 110010

Color Harmonies of #A7587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7587E

Black with #A7587E

Text Example


Text Example

White with #A7587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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