Html Css Color HEX #A6537E Royal Heath

📋 copy color: '#A6537E'

red 166 ◦ green 83 ◦ blue 126

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

Shades of Royal Heath #A6537E

Tints of Royal Heath #A6537E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 44.27%
G = 22.13%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A6537E (or 0xA6537E) is known color: Royal Heath. HEX triplet: A6, 53 and 7E. RGB value is (166,83,126). Sum of RGB (Red+Green+Blue) = 166+83+126=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6537E is #59AC81. Grayscale: #707070. Windows color (decimal): -5876866 or 8278950. OLE color: 8278950.

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

Color convert

RGB 166 83 126 -
CMYK 0 0.50 0.24 0.35
HSL 328.92º 0.33% 0.49% -
HSV(B) 328.92º 0.5% 0.65% -
XYZ 22.59 15.8 21.6 -
YUV 112.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 166 83 126 0 0.50 0.24 0.35 328.92 0.33 0.49
Hex A6 53 7E 0 32 18 23 149 21 31
Octal 246 123 176 0 62 30 43 511 41 61
Binary 10100110 1010011 1111110 0 110010 11000 100011 101001001 100001 110001

Color Harmonies of #A6537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6537E

Black with #A6537E

Text Example


Text Example

White with #A6537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6537E; }

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

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

background-color css

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

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

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

border-color css

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

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

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