Html Css Color HEX #A64674 Royal Heath

📋 copy color: '#A64674'

red 166 ◦ green 70 ◦ blue 116

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

Shades of Royal Heath #A64674

Tints of Royal Heath #A64674

RGB

 RED value IS 166 (65.23% from 255) = 47.16%

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

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

R = 47.16%
G = 19.89%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A64674 (or 0xA64674) is known color: Royal Heath. HEX triplet: A6, 46 and 74. RGB value is (166,70,116). Sum of RGB (Red+Green+Blue) = 166+70+116=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A64674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64674 is #59B98B. Grayscale: #676767. Windows color (decimal): -5880204 or 7620262. OLE color: 7620262.

HSL color Cylindrical-coordinate representation of color #A64674: hue angle of 331.25º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64674 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 116 -
CMYK 0 0.58 0.30 0.35
HSL 331.25º 0.41% 0.46% -
HSV(B) 331.25º 0.58% 0.65% -
XYZ 21.07 13.75 18.07 -
YUV 103.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 166 70 116 0 0.58 0.30 0.35 331.25 0.41 0.46
Hex A6 46 74 0 3A 1E 23 14B 29 2E
Octal 246 106 164 0 72 36 43 513 51 56
Binary 10100110 1000110 1110100 0 111010 11110 100011 101001011 101001 101110

Color Harmonies of #A64674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64674

Black with #A64674

Text Example


Text Example

White with #A64674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64674; }

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

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

background-color css

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

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

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

border-color css

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

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

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