Html Css Color HEX #A64C77 Royal Heath

📋 copy color: '#A64C77'

red 166 ◦ green 76 ◦ blue 119

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

Shades of Royal Heath #A64C77

Tints of Royal Heath #A64C77

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.05%

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

R = 45.98%
G = 21.05%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A64C77 (or 0xA64C77) is known color: Royal Heath. HEX triplet: A6, 4C and 77. RGB value is (166,76,119). Sum of RGB (Red+Green+Blue) = 166+76+119=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64C77 is #59B388. Grayscale: #6B6B6B. Windows color (decimal): -5878665 or 7818406. OLE color: 7818406.

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

Color convert

RGB 166 76 119 -
CMYK 0 0.54 0.28 0.35
HSL 331.33º 0.37% 0.47% -
HSV(B) 331.33º 0.54% 0.65% -
XYZ 21.64 14.61 19.13 -
YUV 107.81 134.32 169.5 -
System Red Green Blue C M Y K H S L
Decimal 166 76 119 0 0.54 0.28 0.35 331.33 0.37 0.47
Hex A6 4C 77 0 36 1C 23 14B 25 2F
Octal 246 114 167 0 66 34 43 513 45 57
Binary 10100110 1001100 1110111 0 110110 11100 100011 101001011 100101 101111

Color Harmonies of #A64C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C77

Black with #A64C77

Text Example


Text Example

White with #A64C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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