Html Css Color HEX #AA437D Royal Heath

📋 copy color: '#AA437D'

red 170 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #AA437D

Tints of Royal Heath #AA437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.51%

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

R = 46.96%
G = 18.51%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA437D (or 0xAA437D) is known color: Royal Heath. HEX triplet: AA, 43 and 7D. RGB value is (170,67,125). Sum of RGB (Red+Green+Blue) = 170+67+125=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA437D is #55BC82. Grayscale: #686868. Windows color (decimal): -5618819 or 8209322. OLE color: 8209322.

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

Color convert

RGB 170 67 125 -
CMYK 0 0.61 0.26 0.33
HSL 326.21º 0.43% 0.46% -
HSV(B) 326.21º 0.61% 0.67% -
XYZ 22.29 14.04 20.94 -
YUV 104.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 170 67 125 0 0.61 0.26 0.33 326.21 0.43 0.46
Hex AA 43 7D 0 3D 1A 21 146 2B 2E
Octal 252 103 175 0 75 32 41 506 53 56
Binary 10101010 1000011 1111101 0 111101 11010 100001 101000110 101011 101110

Color Harmonies of #AA437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA437D

Black with #AA437D

Text Example


Text Example

White with #AA437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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