Html Css Color HEX #A74C83 Royal Heath

📋 copy color: '#A74C83'

red 167 ◦ green 76 ◦ blue 131

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

Shades of Royal Heath #A74C83

Tints of Royal Heath #A74C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.03%

R = 44.65%
G = 20.32%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A74C83 (or 0xA74C83) is known color: Royal Heath. HEX triplet: A7, 4C and 83. RGB value is (167,76,131). Sum of RGB (Red+Green+Blue) = 167+76+131=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74C83 is #58B37C. Grayscale: #6D6D6D. Windows color (decimal): -5813117 or 8604839. OLE color: 8604839.

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

Color convert

RGB 167 76 131 -
CMYK 0 0.54 0.22 0.35
HSL 323.74º 0.37% 0.48% -
HSV(B) 323.74º 0.54% 0.65% -
XYZ 22.62 15.02 23.18 -
YUV 109.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 167 76 131 0 0.54 0.22 0.35 323.74 0.37 0.48
Hex A7 4C 83 0 36 16 23 144 25 30
Octal 247 114 203 0 66 26 43 504 45 60
Binary 10100111 1001100 10000011 0 110110 10110 100011 101000100 100101 110000

Color Harmonies of #A74C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74C83

Black with #A74C83

Text Example


Text Example

White with #A74C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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