Html Css Color HEX #AA3C75 Royal Heath

📋 copy color: '#AA3C75'

red 170 ◦ green 60 ◦ blue 117

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

Shades of Royal Heath #AA3C75

Tints of Royal Heath #AA3C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 48.99%
G = 17.29%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA3C75 (or 0xAA3C75) is known color: Royal Heath. HEX triplet: AA, 3C and 75. RGB value is (170,60,117). Sum of RGB (Red+Green+Blue) = 170+60+117=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C75 is #55C38A. Grayscale: #636363. Windows color (decimal): -5620619 or 7683242. OLE color: 7683242.

HSL color Cylindrical-coordinate representation of color #AA3C75: hue angle of 328.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C75 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 60 117 -
CMYK 0 0.65 0.31 0.33
HSL 328.91º 0.48% 0.45% -
HSV(B) 328.91º 0.65% 0.67% -
XYZ 21.4 13.06 18.22 -
YUV 99.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 170 60 117 0 0.65 0.31 0.33 328.91 0.48 0.45
Hex AA 3C 75 0 41 1F 21 149 30 2D
Octal 252 74 165 0 101 37 41 511 60 55
Binary 10101010 111100 1110101 0 1000001 11111 100001 101001001 110000 101101

Color Harmonies of #AA3C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C75

Black with #AA3C75

Text Example


Text Example

White with #AA3C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C75; }

 p { color: rgb(170,60,117); }

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

background-color css

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

 a { background-color: rgb(170,60,117); }

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

border-color css

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

 span { border-color: rgb(170,60,117); }

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