Html Css Color HEX #A44377 Royal Heath

📋 copy color: '#A44377'

red 164 ◦ green 67 ◦ blue 119

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

Shades of Royal Heath #A44377

Tints of Royal Heath #A44377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.14%

 BLUE value IS 119 (46.88% from 255) = 34%

R = 46.86%
G = 19.14%
B = 34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A44377 (or 0xA44377) is known color: Royal Heath. HEX triplet: A4, 43 and 77. RGB value is (164,67,119). Sum of RGB (Red+Green+Blue) = 164+67+119=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A44377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44377 is #5BBC88. Grayscale: #656565. Windows color (decimal): -6012041 or 7816100. OLE color: 7816100.

HSL color Cylindrical-coordinate representation of color #A44377: hue angle of 327.84º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44377 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 67 119 -
CMYK 0 0.59 0.27 0.36
HSL 327.84º 0.42% 0.45% -
HSV(B) 327.84º 0.59% 0.64% -
XYZ 20.65 13.24 18.92 -
YUV 101.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 164 67 119 0 0.59 0.27 0.36 327.84 0.42 0.45
Hex A4 43 77 0 3B 1B 24 148 2A 2D
Octal 244 103 167 0 73 33 44 510 52 55
Binary 10100100 1000011 1110111 0 111011 11011 100100 101001000 101010 101101

Color Harmonies of #A44377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44377

Black with #A44377

Text Example


Text Example

White with #A44377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44377; }

 p { color: rgb(164,67,119); }

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

background-color css

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

 a { background-color: rgb(164,67,119); }

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

border-color css

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

 span { border-color: rgb(164,67,119); }

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