Html Css Color HEX #AA3F7A Royal Heath

📋 copy color: '#AA3F7A'

red 170 ◦ green 63 ◦ blue 122

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

Shades of Royal Heath #AA3F7A

Tints of Royal Heath #AA3F7A

RGB

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

 GREEN value IS 63 (25% from 255) = 17.75%

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

R = 47.89%
G = 17.75%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA3F7A (or 0xAA3F7A) is known color: Royal Heath. HEX triplet: AA, 3F and 7A. RGB value is (170,63,122). Sum of RGB (Red+Green+Blue) = 170+63+122=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F7A is #55C085. Grayscale: #656565. Windows color (decimal): -5619846 or 8011690. OLE color: 8011690.

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

Color convert

RGB 170 63 122 -
CMYK 0 0.63 0.28 0.33
HSL 326.92º 0.46% 0.46% -
HSV(B) 326.92º 0.63% 0.67% -
XYZ 21.87 13.51 19.87 -
YUV 101.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 170 63 122 0 0.63 0.28 0.33 326.92 0.46 0.46
Hex AA 3F 7A 0 3F 1C 21 147 2E 2E
Octal 252 77 172 0 77 34 41 507 56 56
Binary 10101010 111111 1111010 0 111111 11100 100001 101000111 101110 101110

Color Harmonies of #AA3F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F7A

Black with #AA3F7A

Text Example


Text Example

White with #AA3F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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