Html Css Color HEX #A7477E Royal Heath

📋 copy color: '#A7477E'

red 167 ◦ green 71 ◦ blue 126

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

Shades of Royal Heath #A7477E

Tints of Royal Heath #A7477E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.51%

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

R = 45.88%
G = 19.51%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7477E (or 0xA7477E) is known color: Royal Heath. HEX triplet: A7, 47 and 7E. RGB value is (167,71,126). Sum of RGB (Red+Green+Blue) = 167+71+126=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A7477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7477E is #58B881. Grayscale: #696969. Windows color (decimal): -5814402 or 8275879. OLE color: 8275879.

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

Color convert

RGB 167 71 126 -
CMYK 0 0.57 0.25 0.35
HSL 325.63º 0.4% 0.47% -
HSV(B) 325.63º 0.57% 0.65% -
XYZ 21.96 14.23 21.33 -
YUV 105.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 167 71 126 0 0.57 0.25 0.35 325.63 0.4 0.47
Hex A7 47 7E 0 39 19 23 146 28 2F
Octal 247 107 176 0 71 31 43 506 50 57
Binary 10100111 1000111 1111110 0 111001 11001 100011 101000110 101000 101111

Color Harmonies of #A7477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7477E

Black with #A7477E

Text Example


Text Example

White with #A7477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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