Html Css Color HEX #A8487C Royal Heath

📋 copy color: '#A8487C'

red 168 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #A8487C

Tints of Royal Heath #A8487C

RGB

 RED value IS 168 (66.02% from 255) = 46.15%

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

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

R = 46.15%
G = 19.78%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8487C (or 0xA8487C) is known color: Royal Heath. HEX triplet: A8, 48 and 7C. RGB value is (168,72,124). Sum of RGB (Red+Green+Blue) = 168+72+124=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A8487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8487C is #57B783. Grayscale: #6A6A6A. Windows color (decimal): -5748612 or 8145064. OLE color: 8145064.

HSL color Cylindrical-coordinate representation of color #A8487C: hue angle of 327.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8487C is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 124 -
CMYK 0 0.57 0.26 0.34
HSL 327.5º 0.4% 0.47% -
HSV(B) 327.5º 0.57% 0.66% -
XYZ 22.1 14.41 20.69 -
YUV 106.63 137.8 171.77 -
System Red Green Blue C M Y K H S L
Decimal 168 72 124 0 0.57 0.26 0.34 327.5 0.4 0.47
Hex A8 48 7C 0 39 1A 22 148 28 2F
Octal 250 110 174 0 71 32 42 510 50 57
Binary 10101000 1001000 1111100 0 111001 11010 100010 101001000 101000 101111

Color Harmonies of #A8487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8487C

Black with #A8487C

Text Example


Text Example

White with #A8487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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