Html Css Color HEX #A7577C Royal Heath

📋 copy color: '#A7577C'

red 167 ◦ green 87 ◦ blue 124

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

Shades of Royal Heath #A7577C

Tints of Royal Heath #A7577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.02%

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

R = 44.18%
G = 23.02%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7577C (or 0xA7577C) is known color: Royal Heath. HEX triplet: A7, 57 and 7C. RGB value is (167,87,124). Sum of RGB (Red+Green+Blue) = 167+87+124=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7577C is #58A883. Grayscale: #737373. Windows color (decimal): -5810308 or 8148903. OLE color: 8148903.

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

Color convert

RGB 167 87 124 -
CMYK 0 0.48 0.26 0.35
HSL 332.25º 0.31% 0.5% -
HSV(B) 332.25º 0.48% 0.65% -
XYZ 22.98 16.49 21.04 -
YUV 115.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 167 87 124 0 0.48 0.26 0.35 332.25 0.31 0.5
Hex A7 57 7C 0 30 1A 23 14C 1F 32
Octal 247 127 174 0 60 32 43 514 37 62
Binary 10100111 1010111 1111100 0 110000 11010 100011 101001100 11111 110010

Color Harmonies of #A7577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7577C

Black with #A7577C

Text Example


Text Example

White with #A7577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7577C; }

 p { color: rgb(167,87,124); }

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

background-color css

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

 a { background-color: rgb(167,87,124); }

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

border-color css

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

 span { border-color: rgb(167,87,124); }

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