Html Css Color HEX #A5537F Royal Heath

📋 copy color: '#A5537F'

red 165 ◦ green 83 ◦ blue 127

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

Shades of Royal Heath #A5537F

Tints of Royal Heath #A5537F

RGB

 RED value IS 165 (64.84% from 255) = 44%

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

 BLUE value IS 127 (50% from 255) = 33.87%

R = 44%
G = 22.13%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5537F (or 0xA5537F) is known color: Royal Heath. HEX triplet: A5, 53 and 7F. RGB value is (165,83,127). Sum of RGB (Red+Green+Blue) = 165+83+127=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5537F is #5AAC80. Grayscale: #707070. Windows color (decimal): -5942401 or 8344485. OLE color: 8344485.

HSL color Cylindrical-coordinate representation of color #A5537F: hue angle of 327.8º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5537F is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 127 -
CMYK 0 0.50 0.23 0.35
HSL 327.8º 0.33% 0.49% -
HSV(B) 327.8º 0.5% 0.65% -
XYZ 22.44 15.72 21.93 -
YUV 112.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 165 83 127 0 0.50 0.23 0.35 327.8 0.33 0.49
Hex A5 53 7F 0 32 17 23 148 21 31
Octal 245 123 177 0 62 27 43 510 41 61
Binary 10100101 1010011 1111111 0 110010 10111 100011 101001000 100001 110001

Color Harmonies of #A5537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5537F

Black with #A5537F

Text Example


Text Example

White with #A5537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5537F; }

 p { color: rgb(165,83,127); }

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

background-color css

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

 a { background-color: rgb(165,83,127); }

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

border-color css

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

 span { border-color: rgb(165,83,127); }

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