Html Css Color HEX #A34973 Royal Heath

📋 copy color: '#A34973'

red 163 ◦ green 73 ◦ blue 115

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

Shades of Royal Heath #A34973

Tints of Royal Heath #A34973

RGB

 RED value IS 163 (64.06% from 255) = 46.44%

 GREEN value IS 73 (28.91% from 255) = 20.8%

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

R = 46.44%
G = 20.8%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A34973 (or 0xA34973) is known color: Royal Heath. HEX triplet: A3, 49 and 73. RGB value is (163,73,115). Sum of RGB (Red+Green+Blue) = 163+73+115=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A34973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34973 is #5CB68C. Grayscale: #686868. Windows color (decimal): -6076045 or 7555491. OLE color: 7555491.

HSL color Cylindrical-coordinate representation of color #A34973: hue angle of 332º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34973 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 115 -
CMYK 0 0.55 0.29 0.36
HSL 332º 0.38% 0.46% -
HSV(B) 332º 0.55% 0.64% -
XYZ 20.58 13.79 17.8 -
YUV 104.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 163 73 115 0 0.55 0.29 0.36 332 0.38 0.46
Hex A3 49 73 0 37 1D 24 14C 26 2E
Octal 243 111 163 0 67 35 44 514 46 56
Binary 10100011 1001001 1110011 0 110111 11101 100100 101001100 100110 101110

Color Harmonies of #A34973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34973

Black with #A34973

Text Example


Text Example

White with #A34973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34973; }

 p { color: rgb(163,73,115); }

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

background-color css

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

 a { background-color: rgb(163,73,115); }

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

border-color css

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

 span { border-color: rgb(163,73,115); }

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