Html Css Color HEX #A64A77 Royal Heath

📋 copy color: '#A64A77'

red 166 ◦ green 74 ◦ blue 119

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

Shades of Royal Heath #A64A77

Tints of Royal Heath #A64A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.61%

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

R = 46.24%
G = 20.61%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A64A77 (or 0xA64A77) is known color: Royal Heath. HEX triplet: A6, 4A and 77. RGB value is (166,74,119). Sum of RGB (Red+Green+Blue) = 166+74+119=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64A77 is #59B588. Grayscale: #6A6A6A. Windows color (decimal): -5879177 or 7817894. OLE color: 7817894.

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

Color convert

RGB 166 74 119 -
CMYK 0 0.55 0.28 0.35
HSL 330.65º 0.38% 0.47% -
HSV(B) 330.65º 0.55% 0.65% -
XYZ 21.5 14.34 19.09 -
YUV 106.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 166 74 119 0 0.55 0.28 0.35 330.65 0.38 0.47
Hex A6 4A 77 0 37 1C 23 14B 26 2F
Octal 246 112 167 0 67 34 43 513 46 57
Binary 10100110 1001010 1110111 0 110111 11100 100011 101001011 100110 101111

Color Harmonies of #A64A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A77

Black with #A64A77

Text Example


Text Example

White with #A64A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A77; }

 p { color: rgb(166,74,119); }

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

background-color css

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

 a { background-color: rgb(166,74,119); }

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

border-color css

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

 span { border-color: rgb(166,74,119); }

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