Html Css Color HEX #A74C81 Royal Heath

📋 copy color: '#A74C81'

red 167 ◦ green 76 ◦ blue 129

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

Shades of Royal Heath #A74C81

Tints of Royal Heath #A74C81

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.43%

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

R = 44.89%
G = 20.43%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A74C81 (or 0xA74C81) is known color: Royal Heath. HEX triplet: A7, 4C and 81. RGB value is (167,76,129). Sum of RGB (Red+Green+Blue) = 167+76+129=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74C81 is #58B37E. Grayscale: #6D6D6D. Windows color (decimal): -5813119 or 8473767. OLE color: 8473767.

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

Color convert

RGB 167 76 129 -
CMYK 0 0.54 0.23 0.35
HSL 325.05º 0.37% 0.48% -
HSV(B) 325.05º 0.54% 0.65% -
XYZ 22.48 14.97 22.47 -
YUV 109.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 167 76 129 0 0.54 0.23 0.35 325.05 0.37 0.48
Hex A7 4C 81 0 36 17 23 145 25 30
Octal 247 114 201 0 66 27 43 505 45 60
Binary 10100111 1001100 10000001 0 110110 10111 100011 101000101 100101 110000

Color Harmonies of #A74C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74C81

Black with #A74C81

Text Example


Text Example

White with #A74C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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