Html Css Color HEX #A74F81 Royal Heath

📋 copy color: '#A74F81'

red 167 ◦ green 79 ◦ blue 129

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

Shades of Royal Heath #A74F81

Tints of Royal Heath #A74F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 44.53%
G = 21.07%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A74F81 (or 0xA74F81) is known color: Royal Heath. HEX triplet: A7, 4F and 81. RGB value is (167,79,129). Sum of RGB (Red+Green+Blue) = 167+79+129=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74F81 is #58B07E. Grayscale: #6E6E6E. Windows color (decimal): -5812351 or 8474535. OLE color: 8474535.

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

Color convert

RGB 167 79 129 -
CMYK 0 0.53 0.23 0.35
HSL 325.91º 0.36% 0.48% -
HSV(B) 325.91º 0.53% 0.65% -
XYZ 22.69 15.39 22.54 -
YUV 111.01 138.15 167.93 -
System Red Green Blue C M Y K H S L
Decimal 167 79 129 0 0.53 0.23 0.35 325.91 0.36 0.48
Hex A7 4F 81 0 35 17 23 146 24 30
Octal 247 117 201 0 65 27 43 506 44 60
Binary 10100111 1001111 10000001 0 110101 10111 100011 101000110 100100 110000

Color Harmonies of #A74F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74F81

Black with #A74F81

Text Example


Text Example

White with #A74F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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