Html Css Color HEX #A44679 Royal Heath

📋 copy color: '#A44679'

red 164 ◦ green 70 ◦ blue 121

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

Shades of Royal Heath #A44679

Tints of Royal Heath #A44679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.08%

R = 46.2%
G = 19.72%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A44679 (or 0xA44679) is known color: Royal Heath. HEX triplet: A4, 46 and 79. RGB value is (164,70,121). Sum of RGB (Red+Green+Blue) = 164+70+121=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A44679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44679 is #5BB986. Grayscale: #676767. Windows color (decimal): -6011271 or 7947940. OLE color: 7947940.

HSL color Cylindrical-coordinate representation of color #A44679: hue angle of 327.45º 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 #A44679 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 70 121 -
CMYK 0 0.57 0.26 0.36
HSL 327.45º 0.4% 0.46% -
HSV(B) 327.45º 0.57% 0.64% -
XYZ 20.95 13.65 19.62 -
YUV 103.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 164 70 121 0 0.57 0.26 0.36 327.45 0.4 0.46
Hex A4 46 79 0 39 1A 24 147 28 2E
Octal 244 106 171 0 71 32 44 507 50 56
Binary 10100100 1000110 1111001 0 111001 11010 100100 101000111 101000 101110

Color Harmonies of #A44679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44679

Black with #A44679

Text Example


Text Example

White with #A44679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44679; }

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

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

background-color css

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

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

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

border-color css

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

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

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