Html Css Color HEX #AA4D74 Royal Heath

📋 copy color: '#AA4D74'

red 170 ◦ green 77 ◦ blue 116

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

Shades of Royal Heath #AA4D74

Tints of Royal Heath #AA4D74

RGB

 RED value IS 170 (66.8% from 255) = 46.83%

 GREEN value IS 77 (30.47% from 255) = 21.21%

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 46.83%
G = 21.21%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA4D74 (or 0xAA4D74) is known color: Royal Heath. HEX triplet: AA, 4D and 74. RGB value is (170,77,116). Sum of RGB (Red+Green+Blue) = 170+77+116=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D74 is #55B28B. Grayscale: #6D6D6D. Windows color (decimal): -5616268 or 7622058. OLE color: 7622058.

HSL color Cylindrical-coordinate representation of color #AA4D74: hue angle of 334.84º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4D74 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 77 116 -
CMYK 0 0.55 0.32 0.33
HSL 334.84º 0.38% 0.48% -
HSV(B) 334.84º 0.55% 0.67% -
XYZ 22.38 15.11 18.26 -
YUV 109.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 170 77 116 0 0.55 0.32 0.33 334.84 0.38 0.48
Hex AA 4D 74 0 37 20 21 14F 26 30
Octal 252 115 164 0 67 40 41 517 46 60
Binary 10101010 1001101 1110100 0 110111 100000 100001 101001111 100110 110000

Color Harmonies of #AA4D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D74

Black with #AA4D74

Text Example


Text Example

White with #AA4D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D74; }

 p { color: rgb(170,77,116); }

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

background-color css

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

 a { background-color: rgb(170,77,116); }

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

border-color css

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

 span { border-color: rgb(170,77,116); }

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