Html Css Color HEX #A64871 Royal Heath

📋 copy color: '#A64871'

red 166 ◦ green 72 ◦ blue 113

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

Shades of Royal Heath #A64871

Tints of Royal Heath #A64871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 47.29%
G = 20.51%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A64871 (or 0xA64871) is known color: Royal Heath. HEX triplet: A6, 48 and 71. RGB value is (166,72,113). Sum of RGB (Red+Green+Blue) = 166+72+113=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A64871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64871 is #59B78E. Grayscale: #686868. Windows color (decimal): -5879695 or 7424166. OLE color: 7424166.

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

Color convert

RGB 166 72 113 -
CMYK 0 0.57 0.32 0.35
HSL 333.83º 0.39% 0.47% -
HSV(B) 333.83º 0.57% 0.65% -
XYZ 21.02 13.93 17.2 -
YUV 104.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 166 72 113 0 0.57 0.32 0.35 333.83 0.39 0.47
Hex A6 48 71 0 39 20 23 14E 27 2F
Octal 246 110 161 0 71 40 43 516 47 57
Binary 10100110 1001000 1110001 0 111001 100000 100011 101001110 100111 101111

Color Harmonies of #A64871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64871

Black with #A64871

Text Example


Text Example

White with #A64871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64871; }

 p { color: rgb(166,72,113); }

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

background-color css

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

 a { background-color: rgb(166,72,113); }

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

border-color css

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

 span { border-color: rgb(166,72,113); }

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