Html Css Color HEX #A94679 Royal Heath

📋 copy color: '#A94679'

red 169 ◦ green 70 ◦ blue 121

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

Shades of Royal Heath #A94679

Tints of Royal Heath #A94679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.44%

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

R = 46.94%
G = 19.44%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A94679 (or 0xA94679) is known color: Royal Heath. HEX triplet: A9, 46 and 79. RGB value is (169,70,121). Sum of RGB (Red+Green+Blue) = 169+70+121=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A94679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94679 is #56B986. Grayscale: #696969. Windows color (decimal): -5683591 or 7947945. OLE color: 7947945.

HSL color Cylindrical-coordinate representation of color #A94679: hue angle of 329.09º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A94679 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 70 121 -
CMYK 0 0.59 0.28 0.34
HSL 329.09º 0.41% 0.47% -
HSV(B) 329.09º 0.59% 0.66% -
XYZ 22 14.2 19.67 -
YUV 105.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 169 70 121 0 0.59 0.28 0.34 329.09 0.41 0.47
Hex A9 46 79 0 3B 1C 22 149 29 2F
Octal 251 106 171 0 73 34 42 511 51 57
Binary 10101001 1000110 1111001 0 111011 11100 100010 101001001 101001 101111

Color Harmonies of #A94679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94679

Black with #A94679

Text Example


Text Example

White with #A94679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94679; }

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

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

background-color css

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

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

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

border-color css

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

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

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