Html Css Color HEX #A74671 Royal Heath

📋 copy color: '#A74671'

red 167 ◦ green 70 ◦ blue 113

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

Shades of Royal Heath #A74671

Tints of Royal Heath #A74671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 47.71%
G = 20%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A74671 (or 0xA74671) is known color: Royal Heath. HEX triplet: A7, 46 and 71. RGB value is (167,70,113). Sum of RGB (Red+Green+Blue) = 167+70+113=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A74671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74671 is #58B98E. Grayscale: #676767. Windows color (decimal): -5814671 or 7423655. OLE color: 7423655.

HSL color Cylindrical-coordinate representation of color #A74671: hue angle of 333.4º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74671 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 70 113 -
CMYK 0 0.58 0.32 0.35
HSL 333.4º 0.41% 0.46% -
HSV(B) 333.4º 0.58% 0.65% -
XYZ 21.11 13.79 17.17 -
YUV 103.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 167 70 113 0 0.58 0.32 0.35 333.4 0.41 0.46
Hex A7 46 71 0 3A 20 23 14D 29 2E
Octal 247 106 161 0 72 40 43 515 51 56
Binary 10100111 1000110 1110001 0 111010 100000 100011 101001101 101001 101110

Color Harmonies of #A74671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74671

Black with #A74671

Text Example


Text Example

White with #A74671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74671; }

 p { color: rgb(167,70,113); }

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

background-color css

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

 a { background-color: rgb(167,70,113); }

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

border-color css

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

 span { border-color: rgb(167,70,113); }

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