Html Css Color HEX #A7547E Royal Heath

📋 copy color: '#A7547E'

red 167 ◦ green 84 ◦ blue 126

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

Shades of Royal Heath #A7547E

Tints of Royal Heath #A7547E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

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

R = 44.3%
G = 22.28%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7547E (or 0xA7547E) is known color: Royal Heath. HEX triplet: A7, 54 and 7E. RGB value is (167,84,126). Sum of RGB (Red+Green+Blue) = 167+84+126=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7547E is #58AB81. Grayscale: #717171. Windows color (decimal): -5811074 or 8279207. OLE color: 8279207.

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

Color convert

RGB 167 84 126 -
CMYK 0 0.50 0.25 0.35
HSL 329.64º 0.33% 0.49% -
HSV(B) 329.64º 0.5% 0.65% -
XYZ 22.87 16.06 21.63 -
YUV 113.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 167 84 126 0 0.50 0.25 0.35 329.64 0.33 0.49
Hex A7 54 7E 0 32 19 23 14A 21 31
Octal 247 124 176 0 62 31 43 512 41 61
Binary 10100111 1010100 1111110 0 110010 11001 100011 101001010 100001 110001

Color Harmonies of #A7547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7547E

Black with #A7547E

Text Example


Text Example

White with #A7547E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7547E; }

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

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

background-color css

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

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

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

border-color css

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

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

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