Html Css Color HEX #A7477D Royal Heath

📋 copy color: '#A7477D'

red 167 ◦ green 71 ◦ blue 125

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

Shades of Royal Heath #A7477D

Tints of Royal Heath #A7477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 46.01%
G = 19.56%
B = 34.44%

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

#A7477D (or 0xA7477D) is known color: Royal Heath. HEX triplet: A7, 47 and 7D. RGB value is (167,71,125). Sum of RGB (Red+Green+Blue) = 167+71+125=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A7477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7477D is #58B882. Grayscale: #696969. Windows color (decimal): -5814403 or 8210343. OLE color: 8210343.

HSL color Cylindrical-coordinate representation of color #A7477D: hue angle of 326.25º 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 #A7477D is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 71 125 -
CMYK 0 0.57 0.25 0.35
HSL 326.25º 0.4% 0.47% -
HSV(B) 326.25º 0.57% 0.65% -
XYZ 21.89 14.2 20.99 -
YUV 105.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 167 71 125 0 0.57 0.25 0.35 326.25 0.4 0.47
Hex A7 47 7D 0 39 19 23 146 28 2F
Octal 247 107 175 0 71 31 43 506 50 57
Binary 10100111 1000111 1111101 0 111001 11001 100011 101000110 101000 101111

Color Harmonies of #A7477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7477D

Black with #A7477D

Text Example


Text Example

White with #A7477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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