Html Css Color HEX #A1487C Royal Heath

📋 copy color: '#A1487C'

red 161 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #A1487C

Tints of Royal Heath #A1487C

RGB

 RED value IS 161 (63.28% from 255) = 45.1%

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

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

R = 45.1%
G = 20.17%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1487C (or 0xA1487C) is known color: Royal Heath. HEX triplet: A1, 48 and 7C. RGB value is (161,72,124). Sum of RGB (Red+Green+Blue) = 161+72+124=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1487C is #5EB783. Grayscale: #686868. Windows color (decimal): -6207364 or 8145057. OLE color: 8145057.

HSL color Cylindrical-coordinate representation of color #A1487C: hue angle of 324.94º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1487C is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 72 124 -
CMYK 0 0.55 0.23 0.37
HSL 324.94º 0.38% 0.46% -
HSV(B) 324.94º 0.55% 0.63% -
XYZ 20.65 13.67 20.62 -
YUV 104.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 161 72 124 0 0.55 0.23 0.37 324.94 0.38 0.46
Hex A1 48 7C 0 37 17 25 145 26 2E
Octal 241 110 174 0 67 27 45 505 46 56
Binary 10100001 1001000 1111100 0 110111 10111 100101 101000101 100110 101110

Color Harmonies of #A1487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1487C

Black with #A1487C

Text Example


Text Example

White with #A1487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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