Html Css Color HEX #A44D74 Royal Heath

📋 copy color: '#A44D74'

red 164 ◦ green 77 ◦ blue 116

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

Shades of Royal Heath #A44D74

Tints of Royal Heath #A44D74

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

 BLUE value IS 116 (45.7% from 255) = 32.49%

R = 45.94%
G = 21.57%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A44D74 (or 0xA44D74) is known color: Royal Heath. HEX triplet: A4, 4D and 74. RGB value is (164,77,116). Sum of RGB (Red+Green+Blue) = 164+77+116=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D74 is #5BB28B. Grayscale: #6B6B6B. Windows color (decimal): -6009484 or 7622052. OLE color: 7622052.

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

Color convert

RGB 164 77 116 -
CMYK 0 0.53 0.29 0.36
HSL 333.1º 0.36% 0.47% -
HSV(B) 333.1º 0.53% 0.64% -
XYZ 21.12 14.46 18.2 -
YUV 107.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 164 77 116 0 0.53 0.29 0.36 333.1 0.36 0.47
Hex A4 4D 74 0 35 1D 24 14D 24 2F
Octal 244 115 164 0 65 35 44 515 44 57
Binary 10100100 1001101 1110100 0 110101 11101 100100 101001101 100100 101111

Color Harmonies of #A44D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D74

Black with #A44D74

Text Example


Text Example

White with #A44D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D74; }

 p { color: rgb(164,77,116); }

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

background-color css

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

 a { background-color: rgb(164,77,116); }

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

border-color css

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

 span { border-color: rgb(164,77,116); }

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