Html Css Color HEX #A74F7C Royal Heath

📋 copy color: '#A74F7C'

red 167 ◦ green 79 ◦ blue 124

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

Shades of Royal Heath #A74F7C

Tints of Royal Heath #A74F7C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 45.14%
G = 21.35%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A74F7C (or 0xA74F7C) is known color: Royal Heath. HEX triplet: A7, 4F and 7C. RGB value is (167,79,124). Sum of RGB (Red+Green+Blue) = 167+79+124=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74F7C is #58B083. Grayscale: #6E6E6E. Windows color (decimal): -5812356 or 8146855. OLE color: 8146855.

HSL color Cylindrical-coordinate representation of color #A74F7C: hue angle of 329.32º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74F7C is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 79 124 -
CMYK 0 0.53 0.26 0.35
HSL 329.32º 0.36% 0.48% -
HSV(B) 329.32º 0.53% 0.65% -
XYZ 22.37 15.26 20.84 -
YUV 110.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 167 79 124 0 0.53 0.26 0.35 329.32 0.36 0.48
Hex A7 4F 7C 0 35 1A 23 149 24 30
Octal 247 117 174 0 65 32 43 511 44 60
Binary 10100111 1001111 1111100 0 110101 11010 100011 101001001 100100 110000

Color Harmonies of #A74F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74F7C

Black with #A74F7C

Text Example


Text Example

White with #A74F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74F7C; }

 p { color: rgb(167,79,124); }

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

background-color css

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

 a { background-color: rgb(167,79,124); }

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

border-color css

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

 span { border-color: rgb(167,79,124); }

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