Html Css Color HEX #AA3F74 Royal Heath

📋 copy color: '#AA3F74'

red 170 ◦ green 63 ◦ blue 116

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

Shades of Royal Heath #AA3F74

Tints of Royal Heath #AA3F74

RGB

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

 GREEN value IS 63 (25% from 255) = 18.05%

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

R = 48.71%
G = 18.05%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA3F74 (or 0xAA3F74) is known color: Royal Heath. HEX triplet: AA, 3F and 74. RGB value is (170,63,116). Sum of RGB (Red+Green+Blue) = 170+63+116=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F74 is #55C08B. Grayscale: #646464. Windows color (decimal): -5619852 or 7618474. OLE color: 7618474.

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

Color convert

RGB 170 63 116 -
CMYK 0 0.63 0.32 0.33
HSL 330.28º 0.46% 0.46% -
HSV(B) 330.28º 0.63% 0.67% -
XYZ 21.51 13.36 17.97 -
YUV 101.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 170 63 116 0 0.63 0.32 0.33 330.28 0.46 0.46
Hex AA 3F 74 0 3F 20 21 14A 2E 2E
Octal 252 77 164 0 77 40 41 512 56 56
Binary 10101010 111111 1110100 0 111111 100000 100001 101001010 101110 101110

Color Harmonies of #AA3F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F74

Black with #AA3F74

Text Example


Text Example

White with #AA3F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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