Html Css Color HEX #A3537C Royal Heath

📋 copy color: '#A3537C'

red 163 ◦ green 83 ◦ blue 124

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

Shades of Royal Heath #A3537C

Tints of Royal Heath #A3537C

RGB

 RED value IS 163 (64.06% from 255) = 44.05%

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

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 44.05%
G = 22.43%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3537C (or 0xA3537C) is known color: Royal Heath. HEX triplet: A3, 53 and 7C. RGB value is (163,83,124). Sum of RGB (Red+Green+Blue) = 163+83+124=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3537C is #5CAC83. Grayscale: #6F6F6F. Windows color (decimal): -6073476 or 8147875. OLE color: 8147875.

HSL color Cylindrical-coordinate representation of color #A3537C: hue angle of 329.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3537C is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 83 124 -
CMYK 0 0.49 0.24 0.36
HSL 329.25º 0.33% 0.48% -
HSV(B) 329.25º 0.49% 0.64% -
XYZ 21.84 15.43 20.9 -
YUV 111.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 163 83 124 0 0.49 0.24 0.36 329.25 0.33 0.48
Hex A3 53 7C 0 31 18 24 149 21 30
Octal 243 123 174 0 61 30 44 511 41 60
Binary 10100011 1010011 1111100 0 110001 11000 100100 101001001 100001 110000

Color Harmonies of #A3537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3537C

Black with #A3537C

Text Example


Text Example

White with #A3537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3537C; }

 p { color: rgb(163,83,124); }

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

background-color css

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

 a { background-color: rgb(163,83,124); }

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

border-color css

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

 span { border-color: rgb(163,83,124); }

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