Html Css Color HEX #A5597B Royal Heath

📋 copy color: '#A5597B'

red 165 ◦ green 89 ◦ blue 123

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

Shades of Royal Heath #A5597B

Tints of Royal Heath #A5597B

RGB

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

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

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

R = 43.77%
G = 23.61%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5597B (or 0xA5597B) is known color: Royal Heath. HEX triplet: A5, 59 and 7B. RGB value is (165,89,123). Sum of RGB (Red+Green+Blue) = 165+89+123=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A5597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5597B is #5AA684. Grayscale: #737373. Windows color (decimal): -5940869 or 8083877. OLE color: 8083877.

HSL color Cylindrical-coordinate representation of color #A5597B: hue angle of 333.16º 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 #A5597B is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 123 -
CMYK 0 0.46 0.25 0.35
HSL 333.16º 0.3% 0.5% -
HSV(B) 333.16º 0.46% 0.65% -
XYZ 22.66 16.57 20.74 -
YUV 115.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 165 89 123 0 0.46 0.25 0.35 333.16 0.3 0.5
Hex A5 59 7B 0 2E 19 23 14D 1E 32
Octal 245 131 173 0 56 31 43 515 36 62
Binary 10100101 1011001 1111011 0 101110 11001 100011 101001101 11110 110010

Color Harmonies of #A5597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5597B

Black with #A5597B

Text Example


Text Example

White with #A5597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5597B; }

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

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

background-color css

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

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

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

border-color css

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

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

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