Html Css Color HEX #A74779 Royal Heath

📋 copy color: '#A74779'

red 167 ◦ green 71 ◦ blue 121

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

Shades of Royal Heath #A74779

Tints of Royal Heath #A74779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.7%

R = 46.52%
G = 19.78%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A74779 (or 0xA74779) is known color: Royal Heath. HEX triplet: A7, 47 and 79. RGB value is (167,71,121). Sum of RGB (Red+Green+Blue) = 167+71+121=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A74779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74779 is #58B886. Grayscale: #696969. Windows color (decimal): -5814407 or 7948199. OLE color: 7948199.

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

Color convert

RGB 167 71 121 -
CMYK 0 0.57 0.28 0.35
HSL 328.75º 0.4% 0.47% -
HSV(B) 328.75º 0.57% 0.65% -
XYZ 21.64 14.1 19.67 -
YUV 105.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 167 71 121 0 0.57 0.28 0.35 328.75 0.4 0.47
Hex A7 47 79 0 39 1C 23 149 28 2F
Octal 247 107 171 0 71 34 43 511 50 57
Binary 10100111 1000111 1111001 0 111001 11100 100011 101001001 101000 101111

Color Harmonies of #A74779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74779

Black with #A74779

Text Example


Text Example

White with #A74779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74779; }

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

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

background-color css

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

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

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

border-color css

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

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

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