Html Css Color HEX #AA4078 Royal Heath

📋 copy color: '#AA4078'

red 170 ◦ green 64 ◦ blue 120

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

Shades of Royal Heath #AA4078

Tints of Royal Heath #AA4078

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.08%

 BLUE value IS 120 (47.27% from 255) = 33.9%

R = 48.02%
G = 18.08%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA4078 (or 0xAA4078) is known color: Royal Heath. HEX triplet: AA, 40 and 78. RGB value is (170,64,120). Sum of RGB (Red+Green+Blue) = 170+64+120=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4078 is #55BF87. Grayscale: #656565. Windows color (decimal): -5619592 or 7880874. OLE color: 7880874.

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

Color convert

RGB 170 64 120 -
CMYK 0 0.62 0.29 0.33
HSL 328.3º 0.45% 0.46% -
HSV(B) 328.3º 0.62% 0.67% -
XYZ 21.8 13.57 19.24 -
YUV 102.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 170 64 120 0 0.62 0.29 0.33 328.3 0.45 0.46
Hex AA 40 78 0 3E 1D 21 148 2D 2E
Octal 252 100 170 0 76 35 41 510 55 56
Binary 10101010 1000000 1111000 0 111110 11101 100001 101001000 101101 101110

Color Harmonies of #AA4078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4078

Black with #AA4078

Text Example


Text Example

White with #AA4078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4078; }

 p { color: rgb(170,64,120); }

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

background-color css

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

 a { background-color: rgb(170,64,120); }

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

border-color css

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

 span { border-color: rgb(170,64,120); }

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