Html Css Color HEX #AA4174 Royal Heath

📋 copy color: '#AA4174'

red 170 ◦ green 65 ◦ blue 116

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

Shades of Royal Heath #AA4174

Tints of Royal Heath #AA4174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

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

R = 48.43%
G = 18.52%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA4174 (or 0xAA4174) is known color: Royal Heath. HEX triplet: AA, 41 and 74. RGB value is (170,65,116). Sum of RGB (Red+Green+Blue) = 170+65+116=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4174 is #55BE8B. Grayscale: #666666. Windows color (decimal): -5619340 or 7618986. OLE color: 7618986.

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

Color convert

RGB 170 65 116 -
CMYK 0 0.62 0.32 0.33
HSL 330.86º 0.45% 0.46% -
HSV(B) 330.86º 0.62% 0.67% -
XYZ 21.62 13.59 18.01 -
YUV 102.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 170 65 116 0 0.62 0.32 0.33 330.86 0.45 0.46
Hex AA 41 74 0 3E 20 21 14B 2D 2E
Octal 252 101 164 0 76 40 41 513 55 56
Binary 10101010 1000001 1110100 0 111110 100000 100001 101001011 101101 101110

Color Harmonies of #AA4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4174

Black with #AA4174

Text Example


Text Example

White with #AA4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4174; }

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

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

background-color css

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

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

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

border-color css

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

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

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