Html Css Color HEX #A5587C Royal Heath

📋 copy color: '#A5587C'

red 165 ◦ green 88 ◦ blue 124

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

Shades of Royal Heath #A5587C

Tints of Royal Heath #A5587C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 43.77%
G = 23.34%
B = 32.89%

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

#A5587C (or 0xA5587C) is known color: Royal Heath. HEX triplet: A5, 58 and 7C. RGB value is (165,88,124). Sum of RGB (Red+Green+Blue) = 165+88+124=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A5587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5587C is #5AA783. Grayscale: #737373. Windows color (decimal): -5941124 or 8149157. OLE color: 8149157.

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

Color convert

RGB 165 88 124 -
CMYK 0 0.47 0.25 0.35
HSL 331.95º 0.3% 0.5% -
HSV(B) 331.95º 0.47% 0.65% -
XYZ 22.64 16.43 21.05 -
YUV 115.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 165 88 124 0 0.47 0.25 0.35 331.95 0.3 0.5
Hex A5 58 7C 0 2F 19 23 14C 1E 32
Octal 245 130 174 0 57 31 43 514 36 62
Binary 10100101 1011000 1111100 0 101111 11001 100011 101001100 11110 110010

Color Harmonies of #A5587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5587C

Black with #A5587C

Text Example


Text Example

White with #A5587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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