Html Css Color HEX #A1487E Royal Heath

📋 copy color: '#A1487E'

red 161 ◦ green 72 ◦ blue 126

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

Shades of Royal Heath #A1487E

Tints of Royal Heath #A1487E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 44.85%
G = 20.06%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1487E (or 0xA1487E) is known color: Royal Heath. HEX triplet: A1, 48 and 7E. RGB value is (161,72,126). Sum of RGB (Red+Green+Blue) = 161+72+126=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1487E is #5EB781. Grayscale: #686868. Windows color (decimal): -6207362 or 8276129. OLE color: 8276129.

HSL color Cylindrical-coordinate representation of color #A1487E: hue angle of 323.6º 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 #A1487E is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 72 126 -
CMYK 0 0.55 0.22 0.37
HSL 323.6º 0.38% 0.46% -
HSV(B) 323.6º 0.55% 0.63% -
XYZ 20.78 13.72 21.29 -
YUV 104.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 161 72 126 0 0.55 0.22 0.37 323.6 0.38 0.46
Hex A1 48 7E 0 37 16 25 144 26 2E
Octal 241 110 176 0 67 26 45 504 46 56
Binary 10100001 1001000 1111110 0 110111 10110 100101 101000100 100110 101110

Color Harmonies of #A1487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1487E

Black with #A1487E

Text Example


Text Example

White with #A1487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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