Html Css Color HEX #A64778 Royal Heath

📋 copy color: '#A64778'

red 166 ◦ green 71 ◦ blue 120

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

Shades of Royal Heath #A64778

Tints of Royal Heath #A64778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 46.5%
G = 19.89%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A64778 (or 0xA64778) is known color: Royal Heath. HEX triplet: A6, 47 and 78. RGB value is (166,71,120). Sum of RGB (Red+Green+Blue) = 166+71+120=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A64778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64778 is #59B887. Grayscale: #686868. Windows color (decimal): -5879944 or 7882662. OLE color: 7882662.

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

Color convert

RGB 166 71 120 -
CMYK 0 0.57 0.28 0.35
HSL 329.05º 0.4% 0.46% -
HSV(B) 329.05º 0.57% 0.65% -
XYZ 21.37 13.97 19.34 -
YUV 104.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 166 71 120 0 0.57 0.28 0.35 329.05 0.4 0.46
Hex A6 47 78 0 39 1C 23 149 28 2E
Octal 246 107 170 0 71 34 43 511 50 56
Binary 10100110 1000111 1111000 0 111001 11100 100011 101001001 101000 101110

Color Harmonies of #A64778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64778

Black with #A64778

Text Example


Text Example

White with #A64778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64778; }

 p { color: rgb(166,71,120); }

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

background-color css

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

 a { background-color: rgb(166,71,120); }

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

border-color css

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

 span { border-color: rgb(166,71,120); }

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