Html Css Color HEX #AA4A7E Royal Heath

📋 copy color: '#AA4A7E'

red 170 ◦ green 74 ◦ blue 126

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

Shades of Royal Heath #AA4A7E

Tints of Royal Heath #AA4A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.05%

R = 45.95%
G = 20%
B = 34.05%

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

#AA4A7E (or 0xAA4A7E) is known color: Royal Heath. HEX triplet: AA, 4A and 7E. RGB value is (170,74,126). Sum of RGB (Red+Green+Blue) = 170+74+126=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A7E is #55B581. Grayscale: #6C6C6C. Windows color (decimal): -5617026 or 8276650. OLE color: 8276650.

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

Color convert

RGB 170 74 126 -
CMYK 0 0.56 0.26 0.33
HSL 327.5º 0.39% 0.48% -
HSV(B) 327.5º 0.56% 0.67% -
XYZ 22.79 14.95 21.42 -
YUV 108.63 137.8 171.77 -
System Red Green Blue C M Y K H S L
Decimal 170 74 126 0 0.56 0.26 0.33 327.5 0.39 0.48
Hex AA 4A 7E 0 38 1A 21 148 27 30
Octal 252 112 176 0 70 32 41 510 47 60
Binary 10101010 1001010 1111110 0 111000 11010 100001 101001000 100111 110000

Color Harmonies of #AA4A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A7E

Black with #AA4A7E

Text Example


Text Example

White with #AA4A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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