Html Css Color HEX #A7547C Royal Heath

📋 copy color: '#A7547C'

red 167 ◦ green 84 ◦ blue 124

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

Shades of Royal Heath #A7547C

Tints of Royal Heath #A7547C

RGB

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

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

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

R = 44.53%
G = 22.4%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7547C (or 0xA7547C) is known color: Royal Heath. HEX triplet: A7, 54 and 7C. RGB value is (167,84,124). Sum of RGB (Red+Green+Blue) = 167+84+124=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7547C is #58AB83. Grayscale: #717171. Windows color (decimal): -5811076 or 8148135. OLE color: 8148135.

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

Color convert

RGB 167 84 124 -
CMYK 0 0.50 0.26 0.35
HSL 331.08º 0.33% 0.49% -
HSV(B) 331.08º 0.5% 0.65% -
XYZ 22.74 16.01 20.96 -
YUV 113.38 134 166.25 -
System Red Green Blue C M Y K H S L
Decimal 167 84 124 0 0.50 0.26 0.35 331.08 0.33 0.49
Hex A7 54 7C 0 32 1A 23 14B 21 31
Octal 247 124 174 0 62 32 43 513 41 61
Binary 10100111 1010100 1111100 0 110010 11010 100011 101001011 100001 110001

Color Harmonies of #A7547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7547C

Black with #A7547C

Text Example


Text Example

White with #A7547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7547C; }

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

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

background-color css

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

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

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

border-color css

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

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

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