Html Css Color HEX #AA517E Royal Heath

📋 copy color: '#AA517E'

red 170 ◦ green 81 ◦ blue 126

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

Shades of Royal Heath #AA517E

Tints of Royal Heath #AA517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.49%

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

R = 45.09%
G = 21.49%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA517E (or 0xAA517E) is known color: Royal Heath. HEX triplet: AA, 51 and 7E. RGB value is (170,81,126). Sum of RGB (Red+Green+Blue) = 170+81+126=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA517E is #55AE81. Grayscale: #707070. Windows color (decimal): -5615234 or 8278442. OLE color: 8278442.

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

Color convert

RGB 170 81 126 -
CMYK 0 0.52 0.26 0.33
HSL 329.66º 0.35% 0.49% -
HSV(B) 329.66º 0.52% 0.67% -
XYZ 23.29 15.94 21.59 -
YUV 112.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 170 81 126 0 0.52 0.26 0.33 329.66 0.35 0.49
Hex AA 51 7E 0 34 1A 21 14A 23 31
Octal 252 121 176 0 64 32 41 512 43 61
Binary 10101010 1010001 1111110 0 110100 11010 100001 101001010 100011 110001

Color Harmonies of #AA517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA517E

Black with #AA517E

Text Example


Text Example

White with #AA517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA517E; }

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

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

background-color css

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

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

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

border-color css

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

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

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