Html Css Color HEX #AA427C Royal Heath

📋 copy color: '#AA427C'

red 170 ◦ green 66 ◦ blue 124

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

Shades of Royal Heath #AA427C

Tints of Royal Heath #AA427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.33%

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

R = 47.22%
G = 18.33%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA427C (or 0xAA427C) is known color: Royal Heath. HEX triplet: AA, 42 and 7C. RGB value is (170,66,124). Sum of RGB (Red+Green+Blue) = 170+66+124=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA427C is #55BD83. Grayscale: #676767. Windows color (decimal): -5619076 or 8143530. OLE color: 8143530.

HSL color Cylindrical-coordinate representation of color #AA427C: hue angle of 326.54º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA427C is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 66 124 -
CMYK 0 0.61 0.27 0.33
HSL 326.54º 0.44% 0.46% -
HSV(B) 326.54º 0.61% 0.67% -
XYZ 22.16 13.9 20.58 -
YUV 103.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 170 66 124 0 0.61 0.27 0.33 326.54 0.44 0.46
Hex AA 42 7C 0 3D 1B 21 147 2C 2E
Octal 252 102 174 0 75 33 41 507 54 56
Binary 10101010 1000010 1111100 0 111101 11011 100001 101000111 101100 101110

Color Harmonies of #AA427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA427C

Black with #AA427C

Text Example


Text Example

White with #AA427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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