Html Css Color HEX #AA527B Royal Heath

📋 copy color: '#AA527B'

red 170 ◦ green 82 ◦ blue 123

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

Shades of Royal Heath #AA527B

Tints of Royal Heath #AA527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 45.33%
G = 21.87%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA527B (or 0xAA527B) is known color: Royal Heath. HEX triplet: AA, 52 and 7B. RGB value is (170,82,123). Sum of RGB (Red+Green+Blue) = 170+82+123=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA527B is #55AD84. Grayscale: #707070. Windows color (decimal): -5614981 or 8082090. OLE color: 8082090.

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

Color convert

RGB 170 82 123 -
CMYK 0 0.52 0.28 0.33
HSL 332.05º 0.35% 0.49% -
HSV(B) 332.05º 0.52% 0.67% -
XYZ 23.17 16.01 20.61 -
YUV 112.99 133.65 168.67 -
System Red Green Blue C M Y K H S L
Decimal 170 82 123 0 0.52 0.28 0.33 332.05 0.35 0.49
Hex AA 52 7B 0 34 1C 21 14C 23 31
Octal 252 122 173 0 64 34 41 514 43 61
Binary 10101010 1010010 1111011 0 110100 11100 100001 101001100 100011 110001

Color Harmonies of #AA527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA527B

Black with #AA527B

Text Example


Text Example

White with #AA527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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