Html Css Color HEX #A5487C Royal Heath

📋 copy color: '#A5487C'

red 165 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #A5487C

Tints of Royal Heath #A5487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

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

R = 45.71%
G = 19.94%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5487C (or 0xA5487C) is known color: Royal Heath. HEX triplet: A5, 48 and 7C. RGB value is (165,72,124). Sum of RGB (Red+Green+Blue) = 165+72+124=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5487C is #5AB783. Grayscale: #696969. Windows color (decimal): -5945220 or 8145061. OLE color: 8145061.

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

Color convert

RGB 165 72 124 -
CMYK 0 0.56 0.25 0.35
HSL 326.45º 0.39% 0.46% -
HSV(B) 326.45º 0.56% 0.65% -
XYZ 21.47 14.09 20.66 -
YUV 105.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 165 72 124 0 0.56 0.25 0.35 326.45 0.39 0.46
Hex A5 48 7C 0 38 19 23 146 27 2E
Octal 245 110 174 0 70 31 43 506 47 56
Binary 10100101 1001000 1111100 0 111000 11001 100011 101000110 100111 101110

Color Harmonies of #A5487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5487C

Black with #A5487C

Text Example


Text Example

White with #A5487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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