Html Css Color HEX #AA3E76 Royal Heath

📋 copy color: '#AA3E76'

red 170 ◦ green 62 ◦ blue 118

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

Shades of Royal Heath #AA3E76

Tints of Royal Heath #AA3E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 48.57%
G = 17.71%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA3E76 (or 0xAA3E76) is known color: Royal Heath. HEX triplet: AA, 3E and 76. RGB value is (170,62,118). Sum of RGB (Red+Green+Blue) = 170+62+118=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3E76 is #55C189. Grayscale: #646464. Windows color (decimal): -5620106 or 7749290. OLE color: 7749290.

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

Color convert

RGB 170 62 118 -
CMYK 0 0.64 0.31 0.33
HSL 328.89º 0.47% 0.45% -
HSV(B) 328.89º 0.64% 0.67% -
XYZ 21.57 13.3 18.57 -
YUV 100.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 170 62 118 0 0.64 0.31 0.33 328.89 0.47 0.45
Hex AA 3E 76 0 40 1F 21 149 2F 2D
Octal 252 76 166 0 100 37 41 511 57 55
Binary 10101010 111110 1110110 0 1000000 11111 100001 101001001 101111 101101

Color Harmonies of #AA3E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E76

Black with #AA3E76

Text Example


Text Example

White with #AA3E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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