Html Css Color HEX #A44673 Royal Heath

📋 copy color: '#A44673'

red 164 ◦ green 70 ◦ blue 115

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

Shades of Royal Heath #A44673

Tints of Royal Heath #A44673

RGB

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

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

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

R = 46.99%
G = 20.06%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A44673 (or 0xA44673) is known color: Royal Heath. HEX triplet: A4, 46 and 73. RGB value is (164,70,115). Sum of RGB (Red+Green+Blue) = 164+70+115=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A44673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44673 is #5BB98C. Grayscale: #676767. Windows color (decimal): -6011277 or 7554724. OLE color: 7554724.

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

Color convert

RGB 164 70 115 -
CMYK 0 0.57 0.30 0.36
HSL 331.28º 0.4% 0.46% -
HSV(B) 331.28º 0.57% 0.64% -
XYZ 20.59 13.51 17.74 -
YUV 103.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 164 70 115 0 0.57 0.30 0.36 331.28 0.4 0.46
Hex A4 46 73 0 39 1E 24 14B 28 2E
Octal 244 106 163 0 71 36 44 513 50 56
Binary 10100100 1000110 1110011 0 111001 11110 100100 101001011 101000 101110

Color Harmonies of #A44673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44673

Black with #A44673

Text Example


Text Example

White with #A44673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44673; }

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

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

background-color css

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

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

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

border-color css

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

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

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