Html Css Color HEX #A5587B Royal Heath

📋 copy color: '#A5587B'

red 165 ◦ green 88 ◦ blue 123

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

Shades of Royal Heath #A5587B

Tints of Royal Heath #A5587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 43.88%
G = 23.4%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5587B (or 0xA5587B) is known color: Royal Heath. HEX triplet: A5, 58 and 7B. RGB value is (165,88,123). Sum of RGB (Red+Green+Blue) = 165+88+123=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5587B is #5AA784. Grayscale: #727272. Windows color (decimal): -5941125 or 8083621. OLE color: 8083621.

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

Color convert

RGB 165 88 123 -
CMYK 0 0.47 0.25 0.35
HSL 332.73º 0.3% 0.5% -
HSV(B) 332.73º 0.47% 0.65% -
XYZ 22.58 16.41 20.72 -
YUV 115.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 165 88 123 0 0.47 0.25 0.35 332.73 0.3 0.5
Hex A5 58 7B 0 2F 19 23 14D 1E 32
Octal 245 130 173 0 57 31 43 515 36 62
Binary 10100101 1011000 1111011 0 101111 11001 100011 101001101 11110 110010

Color Harmonies of #A5587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5587B

Black with #A5587B

Text Example


Text Example

White with #A5587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5587B; }

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

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

background-color css

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

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

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

border-color css

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

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

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