Html Css Color HEX #A94471 Royal Heath

📋 copy color: '#A94471'

red 169 ◦ green 68 ◦ blue 113

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

Shades of Royal Heath #A94471

Tints of Royal Heath #A94471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 48.29%
G = 19.43%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A94471 (or 0xA94471) is known color: Royal Heath. HEX triplet: A9, 44 and 71. RGB value is (169,68,113). Sum of RGB (Red+Green+Blue) = 169+68+113=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A94471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94471 is #56BB8E. Grayscale: #676767. Windows color (decimal): -5684111 or 7423145. OLE color: 7423145.

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

Color convert

RGB 169 68 113 -
CMYK 0 0.60 0.33 0.34
HSL 333.27º 0.43% 0.46% -
HSV(B) 333.27º 0.6% 0.66% -
XYZ 21.41 13.76 17.15 -
YUV 103.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 169 68 113 0 0.60 0.33 0.34 333.27 0.43 0.46
Hex A9 44 71 0 3C 21 22 14D 2B 2E
Octal 251 104 161 0 74 41 42 515 53 56
Binary 10101001 1000100 1110001 0 111100 100001 100010 101001101 101011 101110

Color Harmonies of #A94471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94471

Black with #A94471

Text Example


Text Example

White with #A94471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94471; }

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

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

background-color css

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

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

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

border-color css

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

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

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