Html Css Color HEX #AA5085 Royal Heath

📋 copy color: '#AA5085'

red 170 ◦ green 80 ◦ blue 133

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

Shades of Royal Heath #AA5085

Tints of Royal Heath #AA5085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 44.39%
G = 20.89%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA5085 (or 0xAA5085) is known color: Royal Heath. HEX triplet: AA, 50 and 85. RGB value is (170,80,133). Sum of RGB (Red+Green+Blue) = 170+80+133=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5085 is #55AF7A. Grayscale: #707070. Windows color (decimal): -5615483 or 8736938. OLE color: 8736938.

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

Color convert

RGB 170 80 133 -
CMYK 0 0.53 0.22 0.33
HSL 324.67º 0.36% 0.49% -
HSV(B) 324.67º 0.53% 0.67% -
XYZ 23.68 15.98 24.03 -
YUV 112.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 170 80 133 0 0.53 0.22 0.33 324.67 0.36 0.49
Hex AA 50 85 0 35 16 21 145 24 31
Octal 252 120 205 0 65 26 41 505 44 61
Binary 10101010 1010000 10000101 0 110101 10110 100001 101000101 100100 110001

Color Harmonies of #AA5085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5085

Black with #AA5085

Text Example


Text Example

White with #AA5085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5085; }

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

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

background-color css

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

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

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

border-color css

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

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

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