Html Css Color HEX #A94073 Royal Heath

📋 copy color: '#A94073'

red 169 ◦ green 64 ◦ blue 115

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

Shades of Royal Heath #A94073

Tints of Royal Heath #A94073

RGB

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

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

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

R = 48.56%
G = 18.39%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A94073 (or 0xA94073) is known color: Royal Heath. HEX triplet: A9, 40 and 73. RGB value is (169,64,115). Sum of RGB (Red+Green+Blue) = 169+64+115=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A94073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94073 is #56BF8C. Grayscale: #656565. Windows color (decimal): -5685133 or 7553193. OLE color: 7553193.

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

Color convert

RGB 169 64 115 -
CMYK 0 0.62 0.32 0.34
HSL 330.86º 0.45% 0.46% -
HSV(B) 330.86º 0.62% 0.66% -
XYZ 21.29 13.34 17.67 -
YUV 101.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 169 64 115 0 0.62 0.32 0.34 330.86 0.45 0.46
Hex A9 40 73 0 3E 20 22 14B 2D 2E
Octal 251 100 163 0 76 40 42 513 55 56
Binary 10101001 1000000 1110011 0 111110 100000 100010 101001011 101101 101110

Color Harmonies of #A94073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94073

Black with #A94073

Text Example


Text Example

White with #A94073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94073; }

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

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

background-color css

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

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

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

border-color css

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

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

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