Html Css Color HEX #AA447D Royal Heath

📋 copy color: '#AA447D'

red 170 ◦ green 68 ◦ blue 125

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

Shades of Royal Heath #AA447D

Tints of Royal Heath #AA447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.73%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 46.83%
G = 18.73%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA447D (or 0xAA447D) is known color: Royal Heath. HEX triplet: AA, 44 and 7D. RGB value is (170,68,125). Sum of RGB (Red+Green+Blue) = 170+68+125=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA447D is #55BB82. Grayscale: #686868. Windows color (decimal): -5618563 or 8209578. OLE color: 8209578.

HSL color Cylindrical-coordinate representation of color #AA447D: hue angle of 326.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA447D is Cyan = 0, Magento = 0.6, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 68 125 -
CMYK 0 0.6 0.26 0.33
HSL 326.47º 0.43% 0.47% -
HSV(B) 326.47º 0.6% 0.67% -
XYZ 22.35 14.16 20.96 -
YUV 105 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 170 68 125 0 0.6 0.26 0.33 326.47 0.43 0.47
Hex AA 44 7D 0 3C 1A 21 146 2B 2F
Octal 252 104 175 0 74 32 41 506 53 57
Binary 10101010 1000100 1111101 0 111100 11010 100001 101000110 101011 101111

Color Harmonies of #AA447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA447D

Black with #AA447D

Text Example


Text Example

White with #AA447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA447D; }

 p { color: rgb(170,68,125); }

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

background-color css

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

 a { background-color: rgb(170,68,125); }

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

border-color css

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

 span { border-color: rgb(170,68,125); }

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