Html Css Color HEX #AA4875 Royal Heath

📋 copy color: '#AA4875'

red 170 ◦ green 72 ◦ blue 117

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

Shades of Royal Heath #AA4875

Tints of Royal Heath #AA4875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.06%

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

R = 47.35%
G = 20.06%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA4875 (or 0xAA4875) is known color: Royal Heath. HEX triplet: AA, 48 and 75. RGB value is (170,72,117). Sum of RGB (Red+Green+Blue) = 170+72+117=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4875 is #55B78A. Grayscale: #6A6A6A. Windows color (decimal): -5617547 or 7686314. OLE color: 7686314.

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

Color convert

RGB 170 72 117 -
CMYK 0 0.58 0.31 0.33
HSL 332.45º 0.4% 0.47% -
HSV(B) 332.45º 0.58% 0.67% -
XYZ 22.11 14.47 18.46 -
YUV 106.43 133.97 173.34 -
System Red Green Blue C M Y K H S L
Decimal 170 72 117 0 0.58 0.31 0.33 332.45 0.4 0.47
Hex AA 48 75 0 3A 1F 21 14C 28 2F
Octal 252 110 165 0 72 37 41 514 50 57
Binary 10101010 1001000 1110101 0 111010 11111 100001 101001100 101000 101111

Color Harmonies of #AA4875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4875

Black with #AA4875

Text Example


Text Example

White with #AA4875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4875; }

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

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

background-color css

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

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

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

border-color css

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

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

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