Html Css Color HEX #AA507B Royal Heath

📋 copy color: '#AA507B'

red 170 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #AA507B

Tints of Royal Heath #AA507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.45%

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

R = 45.58%
G = 21.45%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA507B (or 0xAA507B) is known color: Royal Heath. HEX triplet: AA, 50 and 7B. RGB value is (170,80,123). Sum of RGB (Red+Green+Blue) = 170+80+123=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA507B is #55AF84. Grayscale: #6F6F6F. Windows color (decimal): -5615493 or 8081578. OLE color: 8081578.

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

Color convert

RGB 170 80 123 -
CMYK 0 0.53 0.28 0.33
HSL 331.33º 0.36% 0.49% -
HSV(B) 331.33º 0.53% 0.67% -
XYZ 23.02 15.71 20.56 -
YUV 111.81 134.32 169.5 -
System Red Green Blue C M Y K H S L
Decimal 170 80 123 0 0.53 0.28 0.33 331.33 0.36 0.49
Hex AA 50 7B 0 35 1C 21 14B 24 31
Octal 252 120 173 0 65 34 41 513 44 61
Binary 10101010 1010000 1111011 0 110101 11100 100001 101001011 100100 110001

Color Harmonies of #AA507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA507B

Black with #AA507B

Text Example


Text Example

White with #AA507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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