Html Css Color HEX #AA467C Royal Heath

📋 copy color: '#AA467C'

red 170 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #AA467C

Tints of Royal Heath #AA467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 46.7%
G = 19.23%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA467C (or 0xAA467C) is known color: Royal Heath. HEX triplet: AA, 46 and 7C. RGB value is (170,70,124). Sum of RGB (Red+Green+Blue) = 170+70+124=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA467C is #55B983. Grayscale: #696969. Windows color (decimal): -5618052 or 8144554. OLE color: 8144554.

HSL color Cylindrical-coordinate representation of color #AA467C: hue angle of 327.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA467C is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 70 124 -
CMYK 0 0.59 0.27 0.33
HSL 327.6º 0.42% 0.47% -
HSV(B) 327.6º 0.59% 0.67% -
XYZ 22.41 14.38 20.66 -
YUV 106.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 170 70 124 0 0.59 0.27 0.33 327.6 0.42 0.47
Hex AA 46 7C 0 3B 1B 21 148 2A 2F
Octal 252 106 174 0 73 33 41 510 52 57
Binary 10101010 1000110 1111100 0 111011 11011 100001 101001000 101010 101111

Color Harmonies of #AA467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA467C

Black with #AA467C

Text Example


Text Example

White with #AA467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA467C; }

 p { color: rgb(170,70,124); }

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

background-color css

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

 a { background-color: rgb(170,70,124); }

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

border-color css

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

 span { border-color: rgb(170,70,124); }

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