Html Css Color HEX #AA527D Royal Heath

📋 copy color: '#AA527D'

red 170 ◦ green 82 ◦ blue 125

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

Shades of Royal Heath #AA527D

Tints of Royal Heath #AA527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 45.09%
G = 21.75%
B = 33.16%

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

#AA527D (or 0xAA527D) is known color: Royal Heath. HEX triplet: AA, 52 and 7D. RGB value is (170,82,125). Sum of RGB (Red+Green+Blue) = 170+82+125=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA527D is #55AD82. Grayscale: #717171. Windows color (decimal): -5614979 or 8213162. OLE color: 8213162.

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

Color convert

RGB 170 82 125 -
CMYK 0 0.52 0.26 0.33
HSL 330.68º 0.35% 0.49% -
HSV(B) 330.68º 0.52% 0.67% -
XYZ 23.3 16.06 21.27 -
YUV 113.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 170 82 125 0 0.52 0.26 0.33 330.68 0.35 0.49
Hex AA 52 7D 0 34 1A 21 14B 23 31
Octal 252 122 175 0 64 32 41 513 43 61
Binary 10101010 1010010 1111101 0 110100 11010 100001 101001011 100011 110001

Color Harmonies of #AA527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA527D

Black with #AA527D

Text Example


Text Example

White with #AA527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA527D; }

 p { color: rgb(170,82,125); }

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

background-color css

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

 a { background-color: rgb(170,82,125); }

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

border-color css

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

 span { border-color: rgb(170,82,125); }

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