Html Css Color HEX #A73C76 Royal Heath

📋 copy color: '#A73C76'

red 167 ◦ green 60 ◦ blue 118

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

Shades of Royal Heath #A73C76

Tints of Royal Heath #A73C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 48.41%
G = 17.39%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A73C76 (or 0xA73C76) is known color: Royal Heath. HEX triplet: A7, 3C and 76. RGB value is (167,60,118). Sum of RGB (Red+Green+Blue) = 167+60+118=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73C76 is #58C389. Grayscale: #626262. Windows color (decimal): -5817226 or 7748775. OLE color: 7748775.

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

Color convert

RGB 167 60 118 -
CMYK 0 0.64 0.29 0.35
HSL 327.48º 0.47% 0.45% -
HSV(B) 327.48º 0.64% 0.65% -
XYZ 20.82 12.76 18.5 -
YUV 98.61 138.95 176.78 -
System Red Green Blue C M Y K H S L
Decimal 167 60 118 0 0.64 0.29 0.35 327.48 0.47 0.45
Hex A7 3C 76 0 40 1D 23 147 2F 2D
Octal 247 74 166 0 100 35 43 507 57 55
Binary 10100111 111100 1110110 0 1000000 11101 100011 101000111 101111 101101

Color Harmonies of #A73C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73C76

Black with #A73C76

Text Example


Text Example

White with #A73C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73C76; }

 p { color: rgb(167,60,118); }

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

background-color css

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

 a { background-color: rgb(167,60,118); }

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

border-color css

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

 span { border-color: rgb(167,60,118); }

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