Html Css Color HEX #AA4E7E Royal Heath

📋 copy color: '#AA4E7E'

red 170 ◦ green 78 ◦ blue 126

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

Shades of Royal Heath #AA4E7E

Tints of Royal Heath #AA4E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.69%

R = 45.45%
G = 20.86%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA4E7E (or 0xAA4E7E) is known color: Royal Heath. HEX triplet: AA, 4E and 7E. RGB value is (170,78,126). Sum of RGB (Red+Green+Blue) = 170+78+126=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E7E is #55B181. Grayscale: #6E6E6E. Windows color (decimal): -5616002 or 8277674. OLE color: 8277674.

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

Color convert

RGB 170 78 126 -
CMYK 0 0.54 0.26 0.33
HSL 328.7º 0.37% 0.49% -
HSV(B) 328.7º 0.54% 0.67% -
XYZ 23.07 15.5 21.51 -
YUV 110.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 170 78 126 0 0.54 0.26 0.33 328.7 0.37 0.49
Hex AA 4E 7E 0 36 1A 21 149 25 31
Octal 252 116 176 0 66 32 41 511 45 61
Binary 10101010 1001110 1111110 0 110110 11010 100001 101001001 100101 110001

Color Harmonies of #AA4E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E7E

Black with #AA4E7E

Text Example


Text Example

White with #AA4E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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