Html Css Color HEX #A5597D Royal Heath

📋 copy color: '#A5597D'

red 165 ◦ green 89 ◦ blue 125

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

Shades of Royal Heath #A5597D

Tints of Royal Heath #A5597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.48%

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

R = 43.54%
G = 23.48%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5597D (or 0xA5597D) is known color: Royal Heath. HEX triplet: A5, 59 and 7D. RGB value is (165,89,125). Sum of RGB (Red+Green+Blue) = 165+89+125=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5597D is #5AA682. Grayscale: #737373. Windows color (decimal): -5940867 or 8214949. OLE color: 8214949.

HSL color Cylindrical-coordinate representation of color #A5597D: hue angle of 331.58º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5597D is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 125 -
CMYK 0 0.46 0.24 0.35
HSL 331.58º 0.3% 0.5% -
HSV(B) 331.58º 0.46% 0.65% -
XYZ 22.79 16.62 21.41 -
YUV 115.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 165 89 125 0 0.46 0.24 0.35 331.58 0.3 0.5
Hex A5 59 7D 0 2E 18 23 14C 1E 32
Octal 245 131 175 0 56 30 43 514 36 62
Binary 10100101 1011001 1111101 0 101110 11000 100011 101001100 11110 110010

Color Harmonies of #A5597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5597D

Black with #A5597D

Text Example


Text Example

White with #A5597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5597D; }

 p { color: rgb(165,89,125); }

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

background-color css

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

 a { background-color: rgb(165,89,125); }

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

border-color css

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

 span { border-color: rgb(165,89,125); }

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