Html Css Color HEX #AA4178 Royal Heath

📋 copy color: '#AA4178'

red 170 ◦ green 65 ◦ blue 120

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

Shades of Royal Heath #AA4178

Tints of Royal Heath #AA4178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 47.89%
G = 18.31%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA4178 (or 0xAA4178) is known color: Royal Heath. HEX triplet: AA, 41 and 78. RGB value is (170,65,120). Sum of RGB (Red+Green+Blue) = 170+65+120=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4178 is #55BE87. Grayscale: #666666. Windows color (decimal): -5619336 or 7881130. OLE color: 7881130.

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

Color convert

RGB 170 65 120 -
CMYK 0 0.62 0.29 0.33
HSL 328.57º 0.45% 0.46% -
HSV(B) 328.57º 0.62% 0.67% -
XYZ 21.86 13.68 19.26 -
YUV 102.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 170 65 120 0 0.62 0.29 0.33 328.57 0.45 0.46
Hex AA 41 78 0 3E 1D 21 149 2D 2E
Octal 252 101 170 0 76 35 41 511 55 56
Binary 10101010 1000001 1111000 0 111110 11101 100001 101001001 101101 101110

Color Harmonies of #AA4178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4178

Black with #AA4178

Text Example


Text Example

White with #AA4178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4178; }

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

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

background-color css

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

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

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

border-color css

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

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

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