Html Css Color HEX #A65476 Royal Heath

📋 copy color: '#A65476'

red 166 ◦ green 84 ◦ blue 118

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

Shades of Royal Heath #A65476

Tints of Royal Heath #A65476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.83%

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 45.11%
G = 22.83%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A65476 (or 0xA65476) is known color: Royal Heath. HEX triplet: A6, 54 and 76. RGB value is (166,84,118). Sum of RGB (Red+Green+Blue) = 166+84+118=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A65476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65476 is #59AB89. Grayscale: #707070. Windows color (decimal): -5876618 or 7754918. OLE color: 7754918.

HSL color Cylindrical-coordinate representation of color #A65476: hue angle of 335.12º degrees, saturation: 0.33, 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 #A65476 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 84 118 -
CMYK 0 0.49 0.29 0.35
HSL 335.12º 0.33% 0.49% -
HSV(B) 335.12º 0.49% 0.65% -
XYZ 22.17 15.76 19.01 -
YUV 112.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 166 84 118 0 0.49 0.29 0.35 335.12 0.33 0.49
Hex A6 54 76 0 31 1D 23 14F 21 31
Octal 246 124 166 0 61 35 43 517 41 61
Binary 10100110 1010100 1110110 0 110001 11101 100011 101001111 100001 110001

Color Harmonies of #A65476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65476

Black with #A65476

Text Example


Text Example

White with #A65476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65476; }

 p { color: rgb(166,84,118); }

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

background-color css

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

 a { background-color: rgb(166,84,118); }

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

border-color css

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

 span { border-color: rgb(166,84,118); }

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