Html Css Color HEX #A74472 Royal Heath

📋 copy color: '#A74472'

red 167 ◦ green 68 ◦ blue 114

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

Shades of Royal Heath #A74472

Tints of Royal Heath #A74472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.48%

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 47.85%
G = 19.48%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A74472 (or 0xA74472) is known color: Royal Heath. HEX triplet: A7, 44 and 72. RGB value is (167,68,114). Sum of RGB (Red+Green+Blue) = 167+68+114=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A74472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74472 is #58BB8D. Grayscale: #666666. Windows color (decimal): -5815182 or 7488679. OLE color: 7488679.

HSL color Cylindrical-coordinate representation of color #A74472: hue angle of 332.12º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74472 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 68 114 -
CMYK 0 0.59 0.32 0.35
HSL 332.12º 0.42% 0.46% -
HSV(B) 332.12º 0.59% 0.65% -
XYZ 21.04 13.56 17.43 -
YUV 102.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 167 68 114 0 0.59 0.32 0.35 332.12 0.42 0.46
Hex A7 44 72 0 3B 20 23 14C 2A 2E
Octal 247 104 162 0 73 40 43 514 52 56
Binary 10100111 1000100 1110010 0 111011 100000 100011 101001100 101010 101110

Color Harmonies of #A74472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74472

Black with #A74472

Text Example


Text Example

White with #A74472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74472; }

 p { color: rgb(167,68,114); }

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

background-color css

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

 a { background-color: rgb(167,68,114); }

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

border-color css

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

 span { border-color: rgb(167,68,114); }

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