Html Css Color HEX #A44873 Royal Heath

📋 copy color: '#A44873'

red 164 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #A44873

Tints of Royal Heath #A44873

RGB

 RED value IS 164 (64.45% from 255) = 46.72%

 GREEN value IS 72 (28.52% from 255) = 20.51%

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

R = 46.72%
G = 20.51%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A44873 (or 0xA44873) is known color: Royal Heath. HEX triplet: A4, 48 and 73. RGB value is (164,72,115). Sum of RGB (Red+Green+Blue) = 164+72+115=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A44873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44873 is #5BB78C. Grayscale: #686868. Windows color (decimal): -6010765 or 7555236. OLE color: 7555236.

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

Color convert

RGB 164 72 115 -
CMYK 0 0.56 0.30 0.36
HSL 331.96º 0.39% 0.46% -
HSV(B) 331.96º 0.56% 0.64% -
XYZ 20.72 13.77 17.78 -
YUV 104.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 164 72 115 0 0.56 0.30 0.36 331.96 0.39 0.46
Hex A4 48 73 0 38 1E 24 14C 27 2E
Octal 244 110 163 0 70 36 44 514 47 56
Binary 10100100 1001000 1110011 0 111000 11110 100100 101001100 100111 101110

Color Harmonies of #A44873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44873

Black with #A44873

Text Example


Text Example

White with #A44873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44873; }

 p { color: rgb(164,72,115); }

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

background-color css

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

 a { background-color: rgb(164,72,115); }

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

border-color css

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

 span { border-color: rgb(164,72,115); }

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