Html Css Color HEX #A0537B Royal Heath

📋 copy color: '#A0537B'

red 160 ◦ green 83 ◦ blue 123

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

Shades of Royal Heath #A0537B

Tints of Royal Heath #A0537B

RGB

 RED value IS 160 (62.89% from 255) = 43.72%

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

 BLUE value IS 123 (48.44% from 255) = 33.61%

R = 43.72%
G = 22.68%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0537B (or 0xA0537B) is known color: Royal Heath. HEX triplet: A0, 53 and 7B. RGB value is (160,83,123). Sum of RGB (Red+Green+Blue) = 160+83+123=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0537B is #5FAC84. Grayscale: #6E6E6E. Windows color (decimal): -6270085 or 8082336. OLE color: 8082336.

HSL color Cylindrical-coordinate representation of color #A0537B: hue angle of 328.83º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0537B is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 83 123 -
CMYK 0 0.48 0.23 0.37
HSL 328.83º 0.32% 0.48% -
HSV(B) 328.83º 0.48% 0.63% -
XYZ 21.17 15.09 20.54 -
YUV 110.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 160 83 123 0 0.48 0.23 0.37 328.83 0.32 0.48
Hex A0 53 7B 0 30 17 25 149 20 30
Octal 240 123 173 0 60 27 45 511 40 60
Binary 10100000 1010011 1111011 0 110000 10111 100101 101001001 100000 110000

Color Harmonies of #A0537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0537B

Black with #A0537B

Text Example


Text Example

White with #A0537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0537B; }

 p { color: rgb(160,83,123); }

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

background-color css

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

 a { background-color: rgb(160,83,123); }

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

border-color css

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

 span { border-color: rgb(160,83,123); }

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