Html Css Color HEX #AA3E73 Royal Heath

📋 copy color: '#AA3E73'

red 170 ◦ green 62 ◦ blue 115

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

Shades of Royal Heath #AA3E73

Tints of Royal Heath #AA3E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.87%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 48.99%
G = 17.87%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA3E73 (or 0xAA3E73) is known color: Royal Heath. HEX triplet: AA, 3E and 73. RGB value is (170,62,115). Sum of RGB (Red+Green+Blue) = 170+62+115=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3E73 is #55C18C. Grayscale: #646464. Windows color (decimal): -5620109 or 7552682. OLE color: 7552682.

HSL color Cylindrical-coordinate representation of color #AA3E73: hue angle of 330.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3E73 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 62 115 -
CMYK 0 0.64 0.32 0.33
HSL 330.56º 0.47% 0.45% -
HSV(B) 330.56º 0.64% 0.67% -
XYZ 21.39 13.23 17.65 -
YUV 100.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 170 62 115 0 0.64 0.32 0.33 330.56 0.47 0.45
Hex AA 3E 73 0 40 20 21 14B 2F 2D
Octal 252 76 163 0 100 40 41 513 57 55
Binary 10101010 111110 1110011 0 1000000 100000 100001 101001011 101111 101101

Color Harmonies of #AA3E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E73

Black with #AA3E73

Text Example


Text Example

White with #AA3E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E73; }

 p { color: rgb(170,62,115); }

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

background-color css

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

 a { background-color: rgb(170,62,115); }

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

border-color css

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

 span { border-color: rgb(170,62,115); }

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