Html Css Color HEX #AA4B7A Royal Heath

📋 copy color: '#AA4B7A'

red 170 ◦ green 75 ◦ blue 122

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

Shades of Royal Heath #AA4B7A

Tints of Royal Heath #AA4B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 46.32%
G = 20.44%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA4B7A (or 0xAA4B7A) is known color: Royal Heath. HEX triplet: AA, 4B and 7A. RGB value is (170,75,122). Sum of RGB (Red+Green+Blue) = 170+75+122=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4B7A is #55B485. Grayscale: #6C6C6C. Windows color (decimal): -5616774 or 8014762. OLE color: 8014762.

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

Color convert

RGB 170 75 122 -
CMYK 0 0.56 0.28 0.33
HSL 330.32º 0.39% 0.48% -
HSV(B) 330.32º 0.56% 0.67% -
XYZ 22.61 14.98 20.11 -
YUV 108.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 170 75 122 0 0.56 0.28 0.33 330.32 0.39 0.48
Hex AA 4B 7A 0 38 1C 21 14A 27 30
Octal 252 113 172 0 70 34 41 512 47 60
Binary 10101010 1001011 1111010 0 111000 11100 100001 101001010 100111 110000

Color Harmonies of #AA4B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B7A

Black with #AA4B7A

Text Example


Text Example

White with #AA4B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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