Html Css Color HEX #A94673 Royal Heath

📋 copy color: '#A94673'

red 169 ◦ green 70 ◦ blue 115

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

Shades of Royal Heath #A94673

Tints of Royal Heath #A94673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.49%

R = 47.74%
G = 19.77%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A94673 (or 0xA94673) is known color: Royal Heath. HEX triplet: A9, 46 and 73. RGB value is (169,70,115). Sum of RGB (Red+Green+Blue) = 169+70+115=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A94673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94673 is #56B98C. Grayscale: #686868. Windows color (decimal): -5683597 or 7554729. OLE color: 7554729.

HSL color Cylindrical-coordinate representation of color #A94673: hue angle of 332.73º 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 #A94673 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 70 115 -
CMYK 0 0.59 0.32 0.34
HSL 332.73º 0.41% 0.47% -
HSV(B) 332.73º 0.59% 0.66% -
XYZ 21.65 14.05 17.79 -
YUV 104.73 133.8 173.84 -
System Red Green Blue C M Y K H S L
Decimal 169 70 115 0 0.59 0.32 0.34 332.73 0.41 0.47
Hex A9 46 73 0 3B 20 22 14D 29 2F
Octal 251 106 163 0 73 40 42 515 51 57
Binary 10101001 1000110 1110011 0 111011 100000 100010 101001101 101001 101111

Color Harmonies of #A94673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94673

Black with #A94673

Text Example


Text Example

White with #A94673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94673; }

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

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

background-color css

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

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

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

border-color css

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

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

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