Html Css Color HEX #A65571 Royal Heath

📋 copy color: '#A65571'

red 166 ◦ green 85 ◦ blue 113

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

Shades of Royal Heath #A65571

Tints of Royal Heath #A65571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.35%

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

R = 45.6%
G = 23.35%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A65571 (or 0xA65571) is known color: Royal Heath. HEX triplet: A6, 55 and 71. RGB value is (166,85,113). Sum of RGB (Red+Green+Blue) = 166+85+113=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A65571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65571 is #59AA8E. Grayscale: #707070. Windows color (decimal): -5876367 or 7427494. OLE color: 7427494.

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

Color convert

RGB 166 85 113 -
CMYK 0 0.49 0.32 0.35
HSL 339.26º 0.32% 0.49% -
HSV(B) 339.26º 0.49% 0.65% -
XYZ 21.96 15.8 17.51 -
YUV 112.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 166 85 113 0 0.49 0.32 0.35 339.26 0.32 0.49
Hex A6 55 71 0 31 20 23 153 20 31
Octal 246 125 161 0 61 40 43 523 40 61
Binary 10100110 1010101 1110001 0 110001 100000 100011 101010011 100000 110001

Color Harmonies of #A65571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65571

Black with #A65571

Text Example


Text Example

White with #A65571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65571; }

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

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

background-color css

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

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

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

border-color css

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

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

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