Html Css Color HEX #A65376 Royal Heath

📋 copy color: '#A65376'

red 166 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #A65376

Tints of Royal Heath #A65376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.62%

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

R = 45.23%
G = 22.62%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A65376 (or 0xA65376) is known color: Royal Heath. HEX triplet: A6, 53 and 76. RGB value is (166,83,118). Sum of RGB (Red+Green+Blue) = 166+83+118=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A65376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65376 is #59AC89. Grayscale: #6F6F6F. Windows color (decimal): -5876874 or 7754662. OLE color: 7754662.

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

Color convert

RGB 166 83 118 -
CMYK 0 0.50 0.29 0.35
HSL 334.7º 0.33% 0.49% -
HSV(B) 334.7º 0.5% 0.65% -
XYZ 22.09 15.6 18.99 -
YUV 111.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 166 83 118 0 0.50 0.29 0.35 334.7 0.33 0.49
Hex A6 53 76 0 32 1D 23 14F 21 31
Octal 246 123 166 0 62 35 43 517 41 61
Binary 10100110 1010011 1110110 0 110010 11101 100011 101001111 100001 110001

Color Harmonies of #A65376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65376

Black with #A65376

Text Example


Text Example

White with #A65376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65376; }

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

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

background-color css

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

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

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

border-color css

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

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

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