Html Css Color HEX #A6537D Royal Heath

📋 copy color: '#A6537D'

red 166 ◦ green 83 ◦ blue 125

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

Shades of Royal Heath #A6537D

Tints of Royal Heath #A6537D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 44.39%
G = 22.19%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6537D (or 0xA6537D) is known color: Royal Heath. HEX triplet: A6, 53 and 7D. RGB value is (166,83,125). Sum of RGB (Red+Green+Blue) = 166+83+125=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6537D is #59AC82. Grayscale: #707070. Windows color (decimal): -5876867 or 8213414. OLE color: 8213414.

HSL color Cylindrical-coordinate representation of color #A6537D: hue angle of 329.64º 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 #A6537D is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 83 125 -
CMYK 0 0.50 0.25 0.35
HSL 329.64º 0.33% 0.49% -
HSV(B) 329.64º 0.5% 0.65% -
XYZ 22.52 15.77 21.26 -
YUV 112.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 166 83 125 0 0.50 0.25 0.35 329.64 0.33 0.49
Hex A6 53 7D 0 32 19 23 14A 21 31
Octal 246 123 175 0 62 31 43 512 41 61
Binary 10100110 1010011 1111101 0 110010 11001 100011 101001010 100001 110001

Color Harmonies of #A6537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6537D

Black with #A6537D

Text Example


Text Example

White with #A6537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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