Html Css Color HEX #A5587D Royal Heath

📋 copy color: '#A5587D'

red 165 ◦ green 88 ◦ blue 125

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

Shades of Royal Heath #A5587D

Tints of Royal Heath #A5587D

RGB

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

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

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

R = 43.65%
G = 23.28%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5587D (or 0xA5587D) is known color: Royal Heath. HEX triplet: A5, 58 and 7D. RGB value is (165,88,125). Sum of RGB (Red+Green+Blue) = 165+88+125=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5587D is #5AA782. Grayscale: #737373. Windows color (decimal): -5941123 or 8214693. OLE color: 8214693.

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

Color convert

RGB 165 88 125 -
CMYK 0 0.47 0.24 0.35
HSL 331.17º 0.3% 0.5% -
HSV(B) 331.17º 0.47% 0.65% -
XYZ 22.71 16.46 21.38 -
YUV 115.24 133.51 163.49 -
System Red Green Blue C M Y K H S L
Decimal 165 88 125 0 0.47 0.24 0.35 331.17 0.3 0.5
Hex A5 58 7D 0 2F 18 23 14B 1E 32
Octal 245 130 175 0 57 30 43 513 36 62
Binary 10100101 1011000 1111101 0 101111 11000 100011 101001011 11110 110010

Color Harmonies of #A5587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5587D

Black with #A5587D

Text Example


Text Example

White with #A5587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5587D; }

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

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

background-color css

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

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

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

border-color css

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

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

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