Html Css Color HEX #AA4A7D Royal Heath

📋 copy color: '#AA4A7D'

red 170 ◦ green 74 ◦ blue 125

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

Shades of Royal Heath #AA4A7D

Tints of Royal Heath #AA4A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.05%

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

R = 46.07%
G = 20.05%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA4A7D (or 0xAA4A7D) is known color: Royal Heath. HEX triplet: AA, 4A and 7D. RGB value is (170,74,125). Sum of RGB (Red+Green+Blue) = 170+74+125=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A7D is #55B582. Grayscale: #6C6C6C. Windows color (decimal): -5617027 or 8211114. OLE color: 8211114.

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

Color convert

RGB 170 74 125 -
CMYK 0 0.56 0.26 0.33
HSL 328.13º 0.39% 0.48% -
HSV(B) 328.13º 0.56% 0.67% -
XYZ 22.73 14.92 21.08 -
YUV 108.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 170 74 125 0 0.56 0.26 0.33 328.13 0.39 0.48
Hex AA 4A 7D 0 38 1A 21 148 27 30
Octal 252 112 175 0 70 32 41 510 47 60
Binary 10101010 1001010 1111101 0 111000 11010 100001 101001000 100111 110000

Color Harmonies of #AA4A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A7D

Black with #AA4A7D

Text Example


Text Example

White with #AA4A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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