Html Css Color HEX #AA3D74 Royal Heath

📋 copy color: '#AA3D74'

red 170 ◦ green 61 ◦ blue 116

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

Shades of Royal Heath #AA3D74

Tints of Royal Heath #AA3D74

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.58%

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 48.99%
G = 17.58%
B = 33.43%

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

#AA3D74 (or 0xAA3D74) is known color: Royal Heath. HEX triplet: AA, 3D and 74. RGB value is (170,61,116). Sum of RGB (Red+Green+Blue) = 170+61+116=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3D74 is #55C28B. Grayscale: #636363. Windows color (decimal): -5620364 or 7617962. OLE color: 7617962.

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

Color convert

RGB 170 61 116 -
CMYK 0 0.64 0.32 0.33
HSL 329.72º 0.47% 0.45% -
HSV(B) 329.72º 0.64% 0.67% -
XYZ 21.4 13.14 17.93 -
YUV 99.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 170 61 116 0 0.64 0.32 0.33 329.72 0.47 0.45
Hex AA 3D 74 0 40 20 21 14A 2F 2D
Octal 252 75 164 0 100 40 41 512 57 55
Binary 10101010 111101 1110100 0 1000000 100000 100001 101001010 101111 101101

Color Harmonies of #AA3D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D74

Black with #AA3D74

Text Example


Text Example

White with #AA3D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D74; }

 p { color: rgb(170,61,116); }

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

background-color css

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

 a { background-color: rgb(170,61,116); }

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

border-color css

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

 span { border-color: rgb(170,61,116); }

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