Html Css Color HEX #AA4B7C Royal Heath

📋 copy color: '#AA4B7C'

red 170 ◦ green 75 ◦ blue 124

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

Shades of Royal Heath #AA4B7C

Tints of Royal Heath #AA4B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 46.07%
G = 20.33%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA4B7C (or 0xAA4B7C) is known color: Royal Heath. HEX triplet: AA, 4B and 7C. RGB value is (170,75,124). Sum of RGB (Red+Green+Blue) = 170+75+124=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4B7C is #55B483. Grayscale: #6C6C6C. Windows color (decimal): -5616772 or 8145834. OLE color: 8145834.

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

Color convert

RGB 170 75 124 -
CMYK 0 0.56 0.27 0.33
HSL 329.05º 0.39% 0.48% -
HSV(B) 329.05º 0.56% 0.67% -
XYZ 22.73 15.03 20.77 -
YUV 108.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 170 75 124 0 0.56 0.27 0.33 329.05 0.39 0.48
Hex AA 4B 7C 0 38 1B 21 149 27 30
Octal 252 113 174 0 70 33 41 511 47 60
Binary 10101010 1001011 1111100 0 111000 11011 100001 101001001 100111 110000

Color Harmonies of #AA4B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B7C

Black with #AA4B7C

Text Example


Text Example

White with #AA4B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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