Html Css Color HEX #A5587A Royal Heath

📋 copy color: '#A5587A'

red 165 ◦ green 88 ◦ blue 122

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

Shades of Royal Heath #A5587A

Tints of Royal Heath #A5587A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 44%
G = 23.47%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5587A (or 0xA5587A) is known color: Royal Heath. HEX triplet: A5, 58 and 7A. RGB value is (165,88,122). Sum of RGB (Red+Green+Blue) = 165+88+122=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5587A is #5AA785. Grayscale: #727272. Windows color (decimal): -5941126 or 8018085. OLE color: 8018085.

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

Color convert

RGB 165 88 122 -
CMYK 0 0.47 0.26 0.35
HSL 333.51º 0.3% 0.5% -
HSV(B) 333.51º 0.47% 0.65% -
XYZ 22.52 16.38 20.39 -
YUV 114.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 165 88 122 0 0.47 0.26 0.35 333.51 0.3 0.5
Hex A5 58 7A 0 2F 1A 23 14E 1E 32
Octal 245 130 172 0 57 32 43 516 36 62
Binary 10100101 1011000 1111010 0 101111 11010 100011 101001110 11110 110010

Color Harmonies of #A5587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5587A

Black with #A5587A

Text Example


Text Example

White with #A5587A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5587A; }

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

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

background-color css

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

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

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

border-color css

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

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

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