Html Css Color HEX #A8537D Royal Heath

📋 copy color: '#A8537D'

red 168 ◦ green 83 ◦ blue 125

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

Shades of Royal Heath #A8537D

Tints of Royal Heath #A8537D

RGB

 RED value IS 168 (66.02% from 255) = 44.68%

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

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

R = 44.68%
G = 22.07%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8537D (or 0xA8537D) is known color: Royal Heath. HEX triplet: A8, 53 and 7D. RGB value is (168,83,125). Sum of RGB (Red+Green+Blue) = 168+83+125=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8537D is #57AC82. Grayscale: #717171. Windows color (decimal): -5745795 or 8213416. OLE color: 8213416.

HSL color Cylindrical-coordinate representation of color #A8537D: hue angle of 330.35º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8537D is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 83 125 -
CMYK 0 0.51 0.26 0.34
HSL 330.35º 0.34% 0.49% -
HSV(B) 330.35º 0.51% 0.66% -
XYZ 22.94 15.99 21.28 -
YUV 113.2 134.66 167.08 -
System Red Green Blue C M Y K H S L
Decimal 168 83 125 0 0.51 0.26 0.34 330.35 0.34 0.49
Hex A8 53 7D 0 33 1A 22 14A 22 31
Octal 250 123 175 0 63 32 42 512 42 61
Binary 10101000 1010011 1111101 0 110011 11010 100010 101001010 100010 110001

Color Harmonies of #A8537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8537D

Black with #A8537D

Text Example


Text Example

White with #A8537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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