Html Css Color HEX #A74770 Royal Heath

📋 copy color: '#A74770'

red 167 ◦ green 71 ◦ blue 112

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

Shades of Royal Heath #A74770

Tints of Royal Heath #A74770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 47.71%
G = 20.29%
B = 32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A74770 (or 0xA74770) is known color: Royal Heath. HEX triplet: A7, 47 and 70. RGB value is (167,71,112). Sum of RGB (Red+Green+Blue) = 167+71+112=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A74770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74770 is #58B88F. Grayscale: #686868. Windows color (decimal): -5814416 or 7358375. OLE color: 7358375.

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

Color convert

RGB 167 71 112 -
CMYK 0 0.57 0.33 0.35
HSL 334.38º 0.4% 0.47% -
HSV(B) 334.38º 0.57% 0.65% -
XYZ 21.11 13.89 16.9 -
YUV 104.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 167 71 112 0 0.57 0.33 0.35 334.38 0.4 0.47
Hex A7 47 70 0 39 21 23 14E 28 2F
Octal 247 107 160 0 71 41 43 516 50 57
Binary 10100111 1000111 1110000 0 111001 100001 100011 101001110 101000 101111

Color Harmonies of #A74770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74770

Black with #A74770

Text Example


Text Example

White with #A74770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74770; }

 p { color: rgb(167,71,112); }

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

background-color css

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

 a { background-color: rgb(167,71,112); }

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

border-color css

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

 span { border-color: rgb(167,71,112); }

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