Html Css Color HEX #A94479 Royal Heath

📋 copy color: '#A94479'

red 169 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #A94479

Tints of Royal Heath #A94479

RGB

 RED value IS 169 (66.41% from 255) = 47.21%

 GREEN value IS 68 (26.95% from 255) = 18.99%

 BLUE value IS 121 (47.66% from 255) = 33.8%

R = 47.21%
G = 18.99%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A94479 (or 0xA94479) is known color: Royal Heath. HEX triplet: A9, 44 and 79. RGB value is (169,68,121). Sum of RGB (Red+Green+Blue) = 169+68+121=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A94479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94479 is #56BB86. Grayscale: #686868. Windows color (decimal): -5684103 or 7947433. OLE color: 7947433.

HSL color Cylindrical-coordinate representation of color #A94479: hue angle of 328.51º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94479 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 68 121 -
CMYK 0 0.60 0.28 0.34
HSL 328.51º 0.43% 0.46% -
HSV(B) 328.51º 0.6% 0.66% -
XYZ 21.88 13.95 19.63 -
YUV 104.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 169 68 121 0 0.60 0.28 0.34 328.51 0.43 0.46
Hex A9 44 79 0 3C 1C 22 149 2B 2E
Octal 251 104 171 0 74 34 42 511 53 56
Binary 10101001 1000100 1111001 0 111100 11100 100010 101001001 101011 101110

Color Harmonies of #A94479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94479

Black with #A94479

Text Example


Text Example

White with #A94479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94479; }

 p { color: rgb(169,68,121); }

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

background-color css

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

 a { background-color: rgb(169,68,121); }

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

border-color css

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

 span { border-color: rgb(169,68,121); }

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