Html Css Color HEX #AA4E7F Royal Heath

📋 copy color: '#AA4E7F'

red 170 ◦ green 78 ◦ blue 127

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

Shades of Royal Heath #AA4E7F

Tints of Royal Heath #AA4E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.8%

 BLUE value IS 127 (50% from 255) = 33.87%

R = 45.33%
G = 20.8%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA4E7F (or 0xAA4E7F) is known color: Royal Heath. HEX triplet: AA, 4E and 7F. RGB value is (170,78,127). Sum of RGB (Red+Green+Blue) = 170+78+127=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E7F is #55B180. Grayscale: #6E6E6E. Windows color (decimal): -5616001 or 8343210. OLE color: 8343210.

HSL color Cylindrical-coordinate representation of color #AA4E7F: hue angle of 328.04º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E7F is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 78 127 -
CMYK 0 0.54 0.25 0.33
HSL 328.04º 0.37% 0.49% -
HSV(B) 328.04º 0.54% 0.67% -
XYZ 23.13 15.53 21.86 -
YUV 111.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 170 78 127 0 0.54 0.25 0.33 328.04 0.37 0.49
Hex AA 4E 7F 0 36 19 21 148 25 31
Octal 252 116 177 0 66 31 41 510 45 61
Binary 10101010 1001110 1111111 0 110110 11001 100001 101001000 100101 110001

Color Harmonies of #AA4E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E7F

Black with #AA4E7F

Text Example


Text Example

White with #AA4E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E7F; }

 p { color: rgb(170,78,127); }

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

background-color css

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

 a { background-color: rgb(170,78,127); }

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

border-color css

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

 span { border-color: rgb(170,78,127); }

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