Html Css Color HEX #AA4A7B Royal Heath

📋 copy color: '#AA4A7B'

red 170 ◦ green 74 ◦ blue 123

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

Shades of Royal Heath #AA4A7B

Tints of Royal Heath #AA4A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 46.32%
G = 20.16%
B = 33.51%

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

#AA4A7B (or 0xAA4A7B) is known color: Royal Heath. HEX triplet: AA, 4A and 7B. RGB value is (170,74,123). Sum of RGB (Red+Green+Blue) = 170+74+123=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A7B is #55B584. Grayscale: #6C6C6C. Windows color (decimal): -5617029 or 8080042. OLE color: 8080042.

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

Color convert

RGB 170 74 123 -
CMYK 0 0.56 0.28 0.33
HSL 329.38º 0.39% 0.48% -
HSV(B) 329.38º 0.56% 0.67% -
XYZ 22.6 14.87 20.42 -
YUV 108.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 170 74 123 0 0.56 0.28 0.33 329.38 0.39 0.48
Hex AA 4A 7B 0 38 1C 21 149 27 30
Octal 252 112 173 0 70 34 41 511 47 60
Binary 10101010 1001010 1111011 0 111000 11100 100001 101001001 100111 110000

Color Harmonies of #AA4A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A7B

Black with #AA4A7B

Text Example


Text Example

White with #AA4A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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