Html Css Color HEX #A7497B Royal Heath

📋 copy color: '#A7497B'

red 167 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #A7497B

Tints of Royal Heath #A7497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 46.01%
G = 20.11%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7497B (or 0xA7497B) is known color: Royal Heath. HEX triplet: A7, 49 and 7B. RGB value is (167,73,123). Sum of RGB (Red+Green+Blue) = 167+73+123=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A7497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7497B is #58B684. Grayscale: #6A6A6A. Windows color (decimal): -5813893 or 8079783. OLE color: 8079783.

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

Color convert

RGB 167 73 123 -
CMYK 0 0.56 0.26 0.35
HSL 328.09º 0.39% 0.47% -
HSV(B) 328.09º 0.56% 0.65% -
XYZ 21.89 14.41 20.37 -
YUV 106.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 167 73 123 0 0.56 0.26 0.35 328.09 0.39 0.47
Hex A7 49 7B 0 38 1A 23 148 27 2F
Octal 247 111 173 0 70 32 43 510 47 57
Binary 10100111 1001001 1111011 0 111000 11010 100011 101001000 100111 101111

Color Harmonies of #A7497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7497B

Black with #A7497B

Text Example


Text Example

White with #A7497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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