Html Css Color HEX #A8537A Royal Heath

📋 copy color: '#A8537A'

red 168 ◦ green 83 ◦ blue 122

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

Shades of Royal Heath #A8537A

Tints of Royal Heath #A8537A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 45.04%
G = 22.25%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8537A (or 0xA8537A) is known color: Royal Heath. HEX triplet: A8, 53 and 7A. RGB value is (168,83,122). Sum of RGB (Red+Green+Blue) = 168+83+122=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A8537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8537A is #57AC85. Grayscale: #707070. Windows color (decimal): -5745798 or 8016808. OLE color: 8016808.

HSL color Cylindrical-coordinate representation of color #A8537A: hue angle of 332.47º 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 #A8537A is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 83 122 -
CMYK 0 0.51 0.27 0.34
HSL 332.47º 0.34% 0.49% -
HSV(B) 332.47º 0.51% 0.66% -
XYZ 22.75 15.92 20.29 -
YUV 112.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 168 83 122 0 0.51 0.27 0.34 332.47 0.34 0.49
Hex A8 53 7A 0 33 1B 22 14C 22 31
Octal 250 123 172 0 63 33 42 514 42 61
Binary 10101000 1010011 1111010 0 110011 11011 100010 101001100 100010 110001

Color Harmonies of #A8537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8537A

Black with #A8537A

Text Example


Text Example

White with #A8537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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