Html Css Color HEX #AA3E79 Royal Heath

📋 copy color: '#AA3E79'

red 170 ◦ green 62 ◦ blue 121

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

Shades of Royal Heath #AA3E79

Tints of Royal Heath #AA3E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.28%

R = 48.16%
G = 17.56%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA3E79 (or 0xAA3E79) is known color: Royal Heath. HEX triplet: AA, 3E and 79. RGB value is (170,62,121). Sum of RGB (Red+Green+Blue) = 170+62+121=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3E79 is #55C186. Grayscale: #646464. Windows color (decimal): -5620103 or 7945898. OLE color: 7945898.

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

Color convert

RGB 170 62 121 -
CMYK 0 0.64 0.29 0.33
HSL 327.22º 0.47% 0.45% -
HSV(B) 327.22º 0.64% 0.67% -
XYZ 21.75 13.37 19.52 -
YUV 101.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 170 62 121 0 0.64 0.29 0.33 327.22 0.47 0.45
Hex AA 3E 79 0 40 1D 21 147 2F 2D
Octal 252 76 171 0 100 35 41 507 57 55
Binary 10101010 111110 1111001 0 1000000 11101 100001 101000111 101111 101101

Color Harmonies of #AA3E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E79

Black with #AA3E79

Text Example


Text Example

White with #AA3E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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