Html Css Color HEX #A44B73 Royal Heath

📋 copy color: '#A44B73'

red 164 ◦ green 75 ◦ blue 115

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

Shades of Royal Heath #A44B73

Tints of Royal Heath #A44B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.19%

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

R = 46.33%
G = 21.19%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A44B73 (or 0xA44B73) is known color: Royal Heath. HEX triplet: A4, 4B and 73. RGB value is (164,75,115). Sum of RGB (Red+Green+Blue) = 164+75+115=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B73 is #5BB48C. Grayscale: #6A6A6A. Windows color (decimal): -6009997 or 7556004. OLE color: 7556004.

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

Color convert

RGB 164 75 115 -
CMYK 0 0.54 0.30 0.36
HSL 333.03º 0.37% 0.47% -
HSV(B) 333.03º 0.54% 0.64% -
XYZ 20.92 14.16 17.85 -
YUV 106.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 164 75 115 0 0.54 0.30 0.36 333.03 0.37 0.47
Hex A4 4B 73 0 36 1E 24 14D 25 2F
Octal 244 113 163 0 66 36 44 515 45 57
Binary 10100100 1001011 1110011 0 110110 11110 100100 101001101 100101 101111

Color Harmonies of #A44B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B73

Black with #A44B73

Text Example


Text Example

White with #A44B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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