Html Css Color HEX #A74774 Royal Heath

📋 copy color: '#A74774'

red 167 ◦ green 71 ◦ blue 116

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

Shades of Royal Heath #A74774

Tints of Royal Heath #A74774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 47.18%
G = 20.06%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A74774 (or 0xA74774) is known color: Royal Heath. HEX triplet: A7, 47 and 74. RGB value is (167,71,116). Sum of RGB (Red+Green+Blue) = 167+71+116=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A74774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74774 is #58B88B. Grayscale: #686868. Windows color (decimal): -5814412 or 7620519. OLE color: 7620519.

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

Color convert

RGB 167 71 116 -
CMYK 0 0.57 0.31 0.35
HSL 331.88º 0.4% 0.47% -
HSV(B) 331.88º 0.57% 0.65% -
XYZ 21.34 13.98 18.1 -
YUV 104.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 167 71 116 0 0.57 0.31 0.35 331.88 0.4 0.47
Hex A7 47 74 0 39 1F 23 14C 28 2F
Octal 247 107 164 0 71 37 43 514 50 57
Binary 10100111 1000111 1110100 0 111001 11111 100011 101001100 101000 101111

Color Harmonies of #A74774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74774

Black with #A74774

Text Example


Text Example

White with #A74774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74774; }

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

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

background-color css

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

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

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

border-color css

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

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

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