Html Css Color HEX #A74574 Royal Heath

📋 copy color: '#A74574'

red 167 ◦ green 69 ◦ blue 116

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

Shades of Royal Heath #A74574

Tints of Royal Heath #A74574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.6%

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

R = 47.44%
G = 19.6%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A74574 (or 0xA74574) is known color: Royal Heath. HEX triplet: A7, 45 and 74. RGB value is (167,69,116). Sum of RGB (Red+Green+Blue) = 167+69+116=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A74574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74574 is #58BA8B. Grayscale: #676767. Windows color (decimal): -5814924 or 7620007. OLE color: 7620007.

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

Color convert

RGB 167 69 116 -
CMYK 0 0.59 0.31 0.35
HSL 331.22º 0.42% 0.46% -
HSV(B) 331.22º 0.59% 0.65% -
XYZ 21.22 13.73 18.06 -
YUV 103.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 167 69 116 0 0.59 0.31 0.35 331.22 0.42 0.46
Hex A7 45 74 0 3B 1F 23 14B 2A 2E
Octal 247 105 164 0 73 37 43 513 52 56
Binary 10100111 1000101 1110100 0 111011 11111 100011 101001011 101010 101110

Color Harmonies of #A74574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74574

Black with #A74574

Text Example


Text Example

White with #A74574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74574; }

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

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

background-color css

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

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

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

border-color css

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

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

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