Html Css Color HEX #A74B73 Royal Heath

📋 copy color: '#A74B73'

red 167 ◦ green 75 ◦ blue 115

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

Shades of Royal Heath #A74B73

Tints of Royal Heath #A74B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.01%

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 46.78%
G = 21.01%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A74B73 (or 0xA74B73) is known color: Royal Heath. HEX triplet: A7, 4B and 73. RGB value is (167,75,115). Sum of RGB (Red+Green+Blue) = 167+75+115=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74B73 is #58B48C. Grayscale: #6B6B6B. Windows color (decimal): -5813389 or 7556007. OLE color: 7556007.

HSL color Cylindrical-coordinate representation of color #A74B73: hue angle of 333.91º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74B73 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 75 115 -
CMYK 0 0.55 0.31 0.35
HSL 333.91º 0.38% 0.47% -
HSV(B) 333.91º 0.55% 0.65% -
XYZ 21.55 14.49 17.88 -
YUV 107.07 132.48 170.75 -
System Red Green Blue C M Y K H S L
Decimal 167 75 115 0 0.55 0.31 0.35 333.91 0.38 0.47
Hex A7 4B 73 0 37 1F 23 14E 26 2F
Octal 247 113 163 0 67 37 43 516 46 57
Binary 10100111 1001011 1110011 0 110111 11111 100011 101001110 100110 101111

Color Harmonies of #A74B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74B73

Black with #A74B73

Text Example


Text Example

White with #A74B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74B73; }

 p { color: rgb(167,75,115); }

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

background-color css

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

 a { background-color: rgb(167,75,115); }

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

border-color css

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

 span { border-color: rgb(167,75,115); }

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