Html Css Color HEX #A44674 Royal Heath

📋 copy color: '#A44674'

red 164 ◦ green 70 ◦ blue 116

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

Shades of Royal Heath #A44674

Tints of Royal Heath #A44674

RGB

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

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

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

R = 46.86%
G = 20%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A44674 (or 0xA44674) is known color: Royal Heath. HEX triplet: A4, 46 and 74. RGB value is (164,70,116). Sum of RGB (Red+Green+Blue) = 164+70+116=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A44674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44674 is #5BB98B. Grayscale: #676767. Windows color (decimal): -6011276 or 7620260. OLE color: 7620260.

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

Color convert

RGB 164 70 116 -
CMYK 0 0.57 0.29 0.36
HSL 330.64º 0.4% 0.46% -
HSV(B) 330.64º 0.57% 0.64% -
XYZ 20.65 13.53 18.05 -
YUV 103.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 164 70 116 0 0.57 0.29 0.36 330.64 0.4 0.46
Hex A4 46 74 0 39 1D 24 14B 28 2E
Octal 244 106 164 0 71 35 44 513 50 56
Binary 10100100 1000110 1110100 0 111001 11101 100100 101001011 101000 101110

Color Harmonies of #A44674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44674

Black with #A44674

Text Example


Text Example

White with #A44674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44674; }

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

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

background-color css

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

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

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

border-color css

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

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

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