Html Css Color HEX #A74876 Royal Heath

📋 copy color: '#A74876'

red 167 ◦ green 72 ◦ blue 118

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

Shades of Royal Heath #A74876

Tints of Royal Heath #A74876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.17%

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

R = 46.78%
G = 20.17%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A74876 (or 0xA74876) is known color: Royal Heath. HEX triplet: A7, 48 and 76. RGB value is (167,72,118). Sum of RGB (Red+Green+Blue) = 167+72+118=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A74876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74876 is #58B789. Grayscale: #696969. Windows color (decimal): -5814154 or 7751847. OLE color: 7751847.

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

Color convert

RGB 167 72 118 -
CMYK 0 0.57 0.29 0.35
HSL 330.95º 0.4% 0.47% -
HSV(B) 330.95º 0.57% 0.65% -
XYZ 21.52 14.16 18.74 -
YUV 105.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 167 72 118 0 0.57 0.29 0.35 330.95 0.4 0.47
Hex A7 48 76 0 39 1D 23 14B 28 2F
Octal 247 110 166 0 71 35 43 513 50 57
Binary 10100111 1001000 1110110 0 111001 11101 100011 101001011 101000 101111

Color Harmonies of #A74876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74876

Black with #A74876

Text Example


Text Example

White with #A74876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74876; }

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

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

background-color css

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

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

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

border-color css

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

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

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