Html Css Color HEX #AA4D7A Royal Heath

📋 copy color: '#AA4D7A'

red 170 ◦ green 77 ◦ blue 122

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

Shades of Royal Heath #AA4D7A

Tints of Royal Heath #AA4D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 46.07%
G = 20.87%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA4D7A (or 0xAA4D7A) is known color: Royal Heath. HEX triplet: AA, 4D and 7A. RGB value is (170,77,122). Sum of RGB (Red+Green+Blue) = 170+77+122=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D7A is #55B285. Grayscale: #6D6D6D. Windows color (decimal): -5616262 or 8015274. OLE color: 8015274.

HSL color Cylindrical-coordinate representation of color #AA4D7A: hue angle of 330.97º 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 #AA4D7A is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 77 122 -
CMYK 0 0.55 0.28 0.33
HSL 330.97º 0.38% 0.48% -
HSV(B) 330.97º 0.55% 0.67% -
XYZ 22.74 15.26 20.16 -
YUV 109.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 170 77 122 0 0.55 0.28 0.33 330.97 0.38 0.48
Hex AA 4D 7A 0 37 1C 21 14B 26 30
Octal 252 115 172 0 67 34 41 513 46 60
Binary 10101010 1001101 1111010 0 110111 11100 100001 101001011 100110 110000

Color Harmonies of #AA4D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D7A

Black with #AA4D7A

Text Example


Text Example

White with #AA4D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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