Html Css Color HEX #A7497E Royal Heath

📋 copy color: '#A7497E'

red 167 ◦ green 73 ◦ blue 126

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

Shades of Royal Heath #A7497E

Tints of Royal Heath #A7497E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.95%

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

R = 45.63%
G = 19.95%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7497E (or 0xA7497E) is known color: Royal Heath. HEX triplet: A7, 49 and 7E. RGB value is (167,73,126). Sum of RGB (Red+Green+Blue) = 167+73+126=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A7497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7497E is #58B681. Grayscale: #6B6B6B. Windows color (decimal): -5813890 or 8276391. OLE color: 8276391.

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

Color convert

RGB 167 73 126 -
CMYK 0 0.56 0.25 0.35
HSL 326.17º 0.39% 0.47% -
HSV(B) 326.17º 0.56% 0.65% -
XYZ 22.08 14.49 21.37 -
YUV 107.15 138.64 170.69 -
System Red Green Blue C M Y K H S L
Decimal 167 73 126 0 0.56 0.25 0.35 326.17 0.39 0.47
Hex A7 49 7E 0 38 19 23 146 27 2F
Octal 247 111 176 0 70 31 43 506 47 57
Binary 10100111 1001001 1111110 0 111000 11001 100011 101000110 100111 101111

Color Harmonies of #A7497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7497E

Black with #A7497E

Text Example


Text Example

White with #A7497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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