Html Css Color HEX #A7477C Royal Heath

📋 copy color: '#A7477C'

red 167 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #A7477C

Tints of Royal Heath #A7477C

RGB

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

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

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

R = 46.13%
G = 19.61%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7477C (or 0xA7477C) is known color: Royal Heath. HEX triplet: A7, 47 and 7C. RGB value is (167,71,124). Sum of RGB (Red+Green+Blue) = 167+71+124=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7477C is #58B883. Grayscale: #696969. Windows color (decimal): -5814404 or 8144807. OLE color: 8144807.

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

Color convert

RGB 167 71 124 -
CMYK 0 0.57 0.26 0.35
HSL 326.88º 0.4% 0.47% -
HSV(B) 326.88º 0.57% 0.65% -
XYZ 21.83 14.18 20.65 -
YUV 105.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 167 71 124 0 0.57 0.26 0.35 326.88 0.4 0.47
Hex A7 47 7C 0 39 1A 23 147 28 2F
Octal 247 107 174 0 71 32 43 507 50 57
Binary 10100111 1000111 1111100 0 111001 11010 100011 101000111 101000 101111

Color Harmonies of #A7477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7477C

Black with #A7477C

Text Example


Text Example

White with #A7477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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