Html Css Color HEX #A3537D Royal Heath

📋 copy color: '#A3537D'

red 163 ◦ green 83 ◦ blue 125

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

Shades of Royal Heath #A3537D

Tints of Royal Heath #A3537D

RGB

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

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

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

R = 43.94%
G = 22.37%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3537D (or 0xA3537D) is known color: Royal Heath. HEX triplet: A3, 53 and 7D. RGB value is (163,83,125). Sum of RGB (Red+Green+Blue) = 163+83+125=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3537D is #5CAC82. Grayscale: #6F6F6F. Windows color (decimal): -6073475 or 8213411. OLE color: 8213411.

HSL color Cylindrical-coordinate representation of color #A3537D: hue angle of 328.5º 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 #A3537D is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 83 125 -
CMYK 0 0.49 0.23 0.36
HSL 328.5º 0.33% 0.48% -
HSV(B) 328.5º 0.49% 0.64% -
XYZ 21.9 15.45 21.23 -
YUV 111.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 163 83 125 0 0.49 0.23 0.36 328.5 0.33 0.48
Hex A3 53 7D 0 31 17 24 148 21 30
Octal 243 123 175 0 61 27 44 510 41 60
Binary 10100011 1010011 1111101 0 110001 10111 100100 101001000 100001 110000

Color Harmonies of #A3537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3537D

Black with #A3537D

Text Example


Text Example

White with #A3537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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