Html Css Color HEX #AA4B7F Royal Heath

📋 copy color: '#AA4B7F'

red 170 ◦ green 75 ◦ blue 127

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

Shades of Royal Heath #AA4B7F

Tints of Royal Heath #AA4B7F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.16%

 BLUE value IS 127 (50% from 255) = 34.14%

R = 45.7%
G = 20.16%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA4B7F (or 0xAA4B7F) is known color: Royal Heath. HEX triplet: AA, 4B and 7F. RGB value is (170,75,127). Sum of RGB (Red+Green+Blue) = 170+75+127=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4B7F is #55B480. Grayscale: #6D6D6D. Windows color (decimal): -5616769 or 8342442. OLE color: 8342442.

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

Color convert

RGB 170 75 127 -
CMYK 0 0.56 0.25 0.33
HSL 327.16º 0.39% 0.48% -
HSV(B) 327.16º 0.56% 0.67% -
XYZ 22.92 15.11 21.79 -
YUV 109.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 170 75 127 0 0.56 0.25 0.33 327.16 0.39 0.48
Hex AA 4B 7F 0 38 19 21 147 27 30
Octal 252 113 177 0 70 31 41 507 47 60
Binary 10101010 1001011 1111111 0 111000 11001 100001 101000111 100111 110000

Color Harmonies of #AA4B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B7F

Black with #AA4B7F

Text Example


Text Example

White with #AA4B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B7F; }

 p { color: rgb(170,75,127); }

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

background-color css

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

 a { background-color: rgb(170,75,127); }

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

border-color css

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

 span { border-color: rgb(170,75,127); }

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